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:
Stephan Lachnit 2020-06-17 11:58:20 +02:00 committed by afayaz-feral
parent d8337aeb05
commit 8b408694b0

View File

@ -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