mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-06 07:37: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(
|
pkg.generate(
|
||||||
name: 'gamemode',
|
name: 'libgamemodeauto',
|
||||||
description: desc,
|
description: desc,
|
||||||
filebase: 'gamemode-auto',
|
filebase: 'libgamemodeauto',
|
||||||
libraries: gamemodeauto,
|
libraries: libgamemodeauto,
|
||||||
version: meson.project_version(),
|
version: meson.project_version(),
|
||||||
libraries_private: [
|
|
||||||
libdl
|
|
||||||
],
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# Dependency objects
|
# Dependency objects
|
||||||
|
Loading…
x
Reference in New Issue
Block a user