mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-27 01:41:45 +02:00
meson: include dir in daemon_common dependency
Specify the include directory in the link_daemon_common dependency and thus everything that includes that as a dependency will get the proper include directory automatically.
This commit is contained in:
@ -11,7 +11,6 @@ cpugovctl = executable(
|
||||
link_daemon_common,
|
||||
],
|
||||
install: true,
|
||||
include_directories: include_daemon_common,
|
||||
install_dir: path_libexecdir,
|
||||
)
|
||||
|
||||
@ -27,6 +26,5 @@ gpuclockctl = executable(
|
||||
link_daemon_common,
|
||||
],
|
||||
install: true,
|
||||
include_directories: include_daemon_common,
|
||||
install_dir: path_libexecdir,
|
||||
)
|
||||
|
Reference in New Issue
Block a user