Skip to content

Commit 0027dcf

Browse files
committed
meson: reorder lib and common subdir
So that lib can depend on the new library from common.
1 parent d19a5d5 commit 0027dcf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

meson.build

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,12 @@ config_h = configure_file(
141141
)
142142
config_h_dir = include_directories('.')
143143

144-
# Library is always required
145-
subdir('lib')
146-
147144
# common lib is always required
148145
subdir('common')
149146

147+
# Library is always required
148+
subdir('lib')
149+
150150
# Utilities are always required except when having both 64 and 32 bit versions
151151
# of libgamemode installed
152152
if with_util == true

0 commit comments

Comments
 (0)