[gtk-vnc] Ensure GtkVnc / GVncPulse Gir files are built against local GVnc Git



commit 5bea301c1859f20298bfc5382b0d78e3b8f581ae
Author: Daniel P. Berrangé <dan berrange com>
Date:   Fri Aug 28 17:25:44 2020 +0100

    Ensure GtkVnc / GVncPulse Gir files are built against local GVnc Git
    
    Signed-off-by: Daniel P. Berrangé <berrange redhat com>

 src/meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/meson.build b/src/meson.build
index 461d8d2..1e9cc57 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -225,7 +225,7 @@ if libpulse_dep.found()
       nsversion: '1.0',
       namespace: 'GVncPulse',
       export_packages: 'gvncpulse-1.0',
-      includes: ['GObject-2.0', 'GVnc-1.0'],
+      includes: ['GObject-2.0', gvnc_gir[0]],
       dependencies: gvncpulse_deps + [gvnc_gir_dep],
       header: 'gvncpulse.h',
       identifier_prefix: 'Vnc',
@@ -389,7 +389,7 @@ if with_gir
     nsversion: '2.0',
     namespace: 'GtkVnc',
     export_packages: 'gtk-vnc-2.0',
-    includes: ['GObject-2.0', 'Gtk-3.0', 'GVnc-1.0'],
+    includes: ['GObject-2.0', 'Gtk-3.0', gvnc_gir[0]],
     dependencies: gtk_vnc_deps + [gvnc_gir_dep],
     header: 'gtk-vnc.h',
     identifier_prefix: 'Vnc',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]