forked from AuroraMiddleware/gtk
e850973956
We have to work around some ordering problems here. We still manage to keep most of the guts in modules/input/meson.build, so it's not too ugly overall. (The autotools build solves this with a 'make -C ../../input/modules' inside gtk/Makefile, but that's not something we can or want to do.)
6 lines
109 B
Meson
6 lines
109 B
Meson
# Note: 'input' subdir has already been included from top-level.
|
|
|
|
if os_unix
|
|
subdir('printbackends')
|
|
endif
|