[gtkhtml] Require gladeui-2.0 for Glade catalogs.



commit 329c8d27db02cffa73618002ed2e39108e96a43c
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sun Apr 24 10:10:38 2011 -0400

    Require gladeui-2.0 for Glade catalogs.

 components/editor/Makefile.am |    4 ++--
 configure.ac                  |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/components/editor/Makefile.am b/components/editor/Makefile.am
index c1b8e42..6391261 100644
--- a/components/editor/Makefile.am
+++ b/components/editor/Makefile.am
@@ -117,10 +117,10 @@ DISTCLEANFILES = $(pkgconfig_DATA)
 if GLADE_CATALOG
 
 gladecatalog_DATA = gtkhtml-editor.xml
-gladecatalogdir = `$(PKG_CONFIG) --variable=catalogdir gladeui-1.0`
+gladecatalogdir = `$(PKG_CONFIG) --variable=catalogdir gladeui-2.0`
 
 libglade_gtkhtml_editor_LTLIBRARIES = libglade-gtkhtml-editor.la
-libglade_gtkhtml_editordir = `$(PKG_CONFIG) --variable=moduledir gladeui-1.0`
+libglade_gtkhtml_editordir = `$(PKG_CONFIG) --variable=moduledir gladeui-2.0`
 
 libglade_gtkhtml_editor_la_CFLAGS = @GTKHTML_CFLAGS@
 
diff --git a/configure.ac b/configure.ac
index 9df13d9..30acd74 100644
--- a/configure.ac
+++ b/configure.ac
@@ -168,7 +168,7 @@ AC_ARG_WITH(glade-catalog,
 	[(for maintainers only) @<:@default=no@:>@]),
 	[glade_catalog="$withval"], [glade_catalog="no"])
 if test "x$glade_catalog" = "xyes"; then
-	PKG_CHECK_MODULES(GLADEUI, gladeui-1.0)
+	PKG_CHECK_MODULES(GLADEUI, gladeui-2.0)
 fi
 AM_CONDITIONAL(GLADE_CATALOG, test x$glade_catalog = xyes)
 



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