mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-04 22:57:21 +02:00
improve libgamemodeauto pkg-config file
Rename the pkg-config entry for libgamemodeauto, to it make it more that this will link against a library, compared to what the `gamemode` pkg-config does. This also removes the manual addition of the libdl dependency, this is done by Meson automatically. Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
This commit is contained in:
parent
d8337aeb05
commit
8b408694b0
@ -62,14 +62,11 @@ pkg.generate(
|
||||
)
|
||||
|
||||
pkg.generate(
|
||||
name: 'gamemode',
|
||||
name: 'libgamemodeauto',
|
||||
description: desc,
|
||||
filebase: 'gamemode-auto',
|
||||
libraries: gamemodeauto,
|
||||
filebase: 'libgamemodeauto',
|
||||
libraries: libgamemodeauto,
|
||||
version: meson.project_version(),
|
||||
libraries_private: [
|
||||
libdl
|
||||
],
|
||||
)
|
||||
|
||||
# Dependency objects
|
||||
|
Loading…
x
Reference in New Issue
Block a user