[librsvg] introspection: Fix PACKAGES



commit 806870ce2316d074c11dccfeb29e38c27014fccc
Author: Christian Persch <chpe gnome org>
Date:   Tue Nov 1 23:00:48 2011 +0100

    introspection: Fix PACKAGES
    
    PACKAGES must use pkg-config names, not GIR names.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=663049

 Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 2281fd8..493f905 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -271,8 +271,8 @@ Rsvg_ RSVG_API_VERSION_U@_gir_INCLUDES = \
 	GdkPixbuf-2.0 \
 	$(NULL)
 Rsvg_ RSVG_API_VERSION_U@_gir_PACKAGES = \
-	Pango-1.0 \
-	libxml2-2.0 \
+	pango \
+	libxml-2.0 \
 	$(NULL)
 Rsvg_ RSVG_API_VERSION_U@_gir_CFLAGS = -I$(top_builddir)
 Rsvg_ RSVG_API_VERSION_U@_gir_LIBS = librsvg- RSVG_API_MAJOR_VERSION@.la



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