[gtk+/wip/ebassi/gsk-renderer: 57/66] build: Fix dependency on GDK for introspection scanner



commit 0de191ca6209f81ed289b0c9a8811a3c44b7ae65
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Fri Jul 1 16:06:21 2016 +0100

    build: Fix dependency on GDK for introspection scanner
    
    Otherwise libtool may attempt to use the installed copy of GDK.

 gsk/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gsk/Makefile.am b/gsk/Makefile.am
index 4a8ec18..d3efb7c 100644
--- a/gsk/Makefile.am
+++ b/gsk/Makefile.am
@@ -135,7 +135,7 @@ Gsk_3_0_gir_SCANNERFLAGS = \
        --add-include-path=$(top_builddir)/gdk \
        --include-uninstalled=$(top_builddir)/gdk/Gdk-3.0.gir \
        --c-include="gsk/gsk.h"
-Gsk_3_0_gir_LIBS = libgsk-3.la
+Gsk_3_0_gir_LIBS = libgsk-3.la $(top_builddir)/gdk/libgdk-3.la
 Gsk_3_0_gir_FILES = $(introspection_files)
 Gsk_3_0_gir_CFLAGS = $(AM_CPPFLAGS)
 Gsk_3_0_gir_EXPORT_PACKAGES = gsk-3.0


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