mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-08-05 20:58:29 +02:00
various variable naming improvements
This makes it more clear that libgamemode and libgamemodeauto are indeed libraries. Also, the misleading name `libgamemode_dep` has been renamed to `gamemode_dep`, which now also includes the dependency on libdl. The misleading `libgamemode_includes` variable name has also been changed. Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
This commit is contained in:

committed by
afayaz-feral

parent
d4536c62af
commit
d8337aeb05
@@ -11,7 +11,7 @@ daemon_sources = [
|
||||
'gamemode-config.c',
|
||||
]
|
||||
|
||||
gamemoded_includes = libgamemode_includes
|
||||
gamemoded_includes = gamemode_headers_includes
|
||||
gamemoded_includes += config_h_dir
|
||||
|
||||
gamemoded = executable(
|
||||
|
Reference in New Issue
Block a user