gtk/modules/meson.build
Tim-Philipp Müller e850973956 meson: build input modules
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.)
2017-05-03 15:10:56 +01:00

6 lines
109 B
Meson

# Note: 'input' subdir has already been included from top-level.
if os_unix
subdir('printbackends')
endif