[Libreoffice-commits] .: configure.in
Petr Mladek
pmladek at kemper.freedesktop.org
Mon Jun 25 05:10:33 PDT 2012
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit df3c7d6ddf633f8511cbd72a536c58a5006ca31e
Author: Petr Mladek <pmladek at suse.cz>
Date: Wed Jun 20 15:26:46 2012 +0200
explicitely check gmodule build flags for gtk3 module
g_module_open is used in gtk3gtksys.cxx
gmodule dependencies were moved into private requires in rencent gio-2.0.pc.
It was because GIO users are not generally expected to use gmodule API,
see http://git.gnome.org/browse/glib/commit/?id=1f02ef3205e810dd937f316f5a7b58ecc2893d59
Change-Id: I90e980678eaaa825ae130f54d13f4a5772a2700a
diff --git a/configure.in b/configure.in
index b10ad8d..e282af3 100644
--- a/configure.in
+++ b/configure.in
@@ -8799,7 +8799,7 @@ if test "x$enable_gtk3" = "xyes"; then
if test "$with_system_cairo" != yes; then
echo "System cairo required for gtk3 support, please use --with-system-cairo"
fi
- PKG_CHECK_MODULES(GTK3, gtk+-3.0 >= 3.2 gtk+-unix-print-3.0 cairo, ENABLE_GTK3="TRUE", ENABLE_GTK3="")
+ PKG_CHECK_MODULES(GTK3, gtk+-3.0 >= 3.2 gtk+-unix-print-3.0 gmodule-no-export-2.0 cairo, ENABLE_GTK3="TRUE", ENABLE_GTK3="")
if test "x$ENABLE_GTK3" = "xTRUE"; then
R="gtk3"
else
More information about the Libreoffice-commits
mailing list