mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-30 15:31:34 +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
386 B
Meson
11 lines
386 B
Meson
shared_module('printbackend-lpr',
|
|
'gtkprintbackendlpr.c',
|
|
c_args: [
|
|
'-DGTK_COMPILATION',
|
|
'-DGTK_DISABLE_DEPRECATION_WARNINGS',
|
|
'-DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED',
|
|
],
|
|
dependencies: libgtk_dep,
|
|
install_dir: printbackends_install_dir,
|
|
install : true)
|