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:
Stephan Lachnit
2020-06-17 11:32:43 +02:00
committed by afayaz-feral
parent d4536c62af
commit d8337aeb05
3 changed files with 10 additions and 10 deletions

View File

@ -5,8 +5,7 @@ executable(
'main.c',
],
dependencies: [
libgamemode_dep,
libdl,
gamemode_dep,
],
install: true,
install_dir: path_bindir,