|
| 1 | +diff --git a/gck/meson.build b/gck/meson.build |
| 2 | +index 756b486..a21a1e9 100644 |
| 3 | +--- a/gck/meson.build |
| 4 | ++++ b/gck/meson.build |
| 5 | +@@ -131,7 +131,6 @@ if get_option('introspection') |
| 6 | + sources: gck_gir_sources, |
| 7 | + namespace: 'Gck', |
| 8 | + nsversion: '@0@'.format(gck_major_version), |
| 9 | +- packages: gck_deps, |
| 10 | + export_packages: 'gck-@0@'.format(gck_major_version), |
| 11 | + includes: [ 'GObject-2.0', 'Gio-2.0' ], |
| 12 | + header: 'gck/gck.h', |
| 13 | +diff --git a/gcr/meson.build b/gcr/meson.build |
| 14 | +index 06c3a63..f998336 100644 |
| 15 | +--- a/gcr/meson.build |
| 16 | ++++ b/gcr/meson.build |
| 17 | +@@ -189,7 +189,6 @@ if get_option('introspection') |
| 18 | + sources: [ gcr_base_public_sources, gcr_base_headers ], |
| 19 | + namespace: 'Gcr', |
| 20 | + nsversion: '@0@'.format(gcr_major_version), |
| 21 | +- packages: gcr_base_deps, |
| 22 | + export_packages: 'gcr-base-@0@'.format(gcr_major_version), |
| 23 | + includes: [ |
| 24 | + 'GObject-2.0', |
| 25 | +diff --git a/ui/meson.build b/ui/meson.build |
| 26 | +index 477412d..d93c0ef 100644 |
| 27 | +--- a/ui/meson.build |
| 28 | ++++ b/ui/meson.build |
| 29 | +@@ -153,7 +153,6 @@ if get_option('introspection') |
| 30 | + export_packages: 'gcr-ui-@0@'.format(gcr_major_version), |
| 31 | + identifier_prefix: 'Gcr', |
| 32 | + symbol_prefix: 'gcr', |
| 33 | +- packages: gcr_ui_deps, |
| 34 | + includes: [ |
| 35 | + 'GObject-2.0', |
| 36 | + 'Gio-2.0', |
0 commit comments