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