]> git.pld-linux.org Git - packages/gtk4.git/blob - gtk4-print-backends.patch
- updated to 4.14.3
[packages/gtk4.git] / gtk4-print-backends.patch
1 --- gtk-4.10.1/modules/printbackends/meson.build.orig   2023-03-22 17:53:14.882878089 +0100
2 +++ gtk-4.10.1/modules/printbackends/meson.build        2023-03-22 20:30:37.471723193 +0100
3 @@ -26,7 +26,9 @@ if get_option('print-cpdb').enabled() an
4      install_dir: printbackends_install_dir,
5      install: true,
6    )
7 -elif cups_dep.found()
8 +endif
9 +
10 +if not get_option('print-cups').disabled() and cups_dep.found()
11    print_backends += 'cups'
12    shared_module('printbackend-cups',
13      sources: [
This page took 0.13516 seconds and 3 git commands to generate.