mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-06 10:50:08 +00:00
fda120ceec
Add "install : true" for each printbackend so that they are installed. https://bugzilla.gnome.org/show_bug.cgi?id=789185
12 lines
472 B
Meson
12 lines
472 B
Meson
shared_module('printbackend-cloudprint',
|
|
'gtkprintbackendcloudprint.c',
|
|
'gtkprintercloudprint.c',
|
|
'gtkcloudprintaccount.c',
|
|
c_args: [
|
|
'-DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED',
|
|
'-DGTK_DISABLE_DEPRECATION_WARNINGS',
|
|
],
|
|
dependencies: [ libgtk_dep, rest_dep, json_glib_dep ],
|
|
install_dir: printbackends_install_dir,
|
|
install : true)
|