mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-26 17:31:45 +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
@ -5,8 +5,7 @@ executable(
|
||||
'main.c',
|
||||
],
|
||||
dependencies: [
|
||||
libgamemode_dep,
|
||||
libdl,
|
||||
gamemode_dep,
|
||||
],
|
||||
install: true,
|
||||
install_dir: path_bindir,
|
||||
|
Reference in New Issue
Block a user