mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 09:40:10 +00:00
629e70f89d
See https://github.com/mesonbuild/meson/pull/8272 and https://github.com/mesonbuild/meson/issues/8268.
9 lines
108 B
Meson
9 lines
108 B
Meson
gio_module_dirs = []
|
|
if os_unix
|
|
subdir('printbackends')
|
|
else
|
|
print_backends = []
|
|
endif
|
|
|
|
subdir('media')
|