mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-08-14 00:49:20 +02:00
meson: reorder lib and common subdir
So that lib can depend on the new library from common.
This commit is contained in:
@@ -141,12 +141,12 @@ config_h = configure_file(
|
|||||||
)
|
)
|
||||||
config_h_dir = include_directories('.')
|
config_h_dir = include_directories('.')
|
||||||
|
|
||||||
# Library is always required
|
|
||||||
subdir('lib')
|
|
||||||
|
|
||||||
# common lib is always required
|
# common lib is always required
|
||||||
subdir('common')
|
subdir('common')
|
||||||
|
|
||||||
|
# Library is always required
|
||||||
|
subdir('lib')
|
||||||
|
|
||||||
# Utilities are always required except when having both 64 and 32 bit versions
|
# Utilities are always required except when having both 64 and 32 bit versions
|
||||||
# of libgamemode installed
|
# of libgamemode installed
|
||||||
if with_util == true
|
if with_util == true
|
||||||
|
Reference in New Issue
Block a user