mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 07:04:29 +00:00
fda120ceec
Add "install : true" for each printbackend so that they are installed. https://bugzilla.gnome.org/show_bug.cgi?id=789185
11 lines
396 B
Meson
11 lines
396 B
Meson
shared_module('printbackend-papi',
|
|
'gtkprinterpapi.c',
|
|
'gtkprintbackendpapi.c',
|
|
c_args: [
|
|
'-DGTK_DISABLE_DEPRECATION_WARNINGS',
|
|
'-DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED',
|
|
],
|
|
dependencies: [libgtk_dep, libpapi],
|
|
install_dir: printbackends_install_dir,
|
|
install : true)
|