forked from AuroraMiddleware/gtk
fda120ceec
Add "install : true" for each printbackend so that they are installed. https://bugzilla.gnome.org/show_bug.cgi?id=789185
11 lines
388 B
Meson
11 lines
388 B
Meson
shared_module('printbackend-file',
|
|
'gtkprintbackendfile.c',
|
|
c_args: [
|
|
'-DGTK_COMPILATION',
|
|
'-DGTK_DISABLE_DEPRECATION_WARNINGS',
|
|
'-DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED',
|
|
],
|
|
dependencies: libgtk_dep,
|
|
install_dir: printbackends_install_dir,
|
|
install : true)
|