meson: reorder lib and common subdir

So that lib can depend on the new library from common.
This commit is contained in:
Christian Kellner 2019-10-04 18:57:59 +02:00
parent cd6c2ee612
commit b84d673aae

View File

@ -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