gtk3/modules/meson.build
Chun-wei Fan 5e8edec254 meson: Build the input modules
Build the input modules for GTK+, either as modules or built directly
into GTK.  Also provide a configure option to build the specified
immodules, or all, or the backend immodule(s) or none of the immodules
into GTK.  Note that for Visual Studio all immodules are built into
the GTK DLL by default, like what is done in the Visual Studio projects.

Note that building the backend immodules for Quartz, X11 and Wayland are
currently untested.
2019-04-11 16:45:36 +02:00

9 lines
98 B
Meson

# TODO
#if os_unix
# subdir('printbackends')
#else
print_backends = []
#endif
subdir('input')