gtk2/modules/meson.build

9 lines
108 B
Meson

gio_module_dirs = []
if os_unix
subdir('printbackends')
else
print_backends = []
endif
subdir('media')