From 250f1e72e214e26ae0ac682cb305cb6a88508a35 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 20 Oct 2008 21:52:35 +0000 Subject: [PATCH] 2008-10-20 Emmanuele Bassi * configure.ac: Use gmodule-no-export-2.0, not gmodule-2.0, to avoid breaking the symbol hiding. (thanks to Ross Burton and Laurent Bigonville) --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index afba3cb..70408cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-10-20 Emmanuele Bassi + + * configure.ac: Use gmodule-no-export-2.0, not gmodule-2.0, + to avoid breaking the symbol hiding. (thanks to Ross Burton + and Laurent Bigonville) + 2008-10-20 Neil Roberts Bug 1043 - COGL calls glTexSubImage2D() with out-of-bounds diff --git a/configure.ac b/configure.ac index 31a790a..368c9a2 100644 --- a/configure.ac +++ b/configure.ac @@ -520,7 +520,7 @@ fi AC_SUBST(JSON_PREFIX) AM_CONDITIONAL(LOCAL_JSON_GLIB, test "x$have_json" = "xno") -CLUTTER_REQUIRES="pangocairo >= 1.18 gobject-2.0 >= 2.14 gthread-2.0 gmodule-2.0 $BACKEND_PC_FILES $JSON_GLIB_PC" +CLUTTER_REQUIRES="pangocairo >= 1.18 gobject-2.0 >= 2.14 gthread-2.0 gmodule-no-export-2.0 $BACKEND_PC_FILES $JSON_GLIB_PC" if test "x$imagebackend" = "xgdk-pixbuf"; then CLUTTER_REQUIRES="$CLUTTER_REQUIRES gdk-pixbuf-2.0" -- 2.7.4