build: Fix dependency on GDK for introspection scanner
Otherwise libtool may attempt to use the installed copy of GDK.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user