Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2007-05-22 22:46:46 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2007-05-22 22:46:46 (GMT)
commit84b86797cb241dd2a8d0951bd2845619edba4014 (patch)
treef4b26fd97bbc098fc0a4899fd7e3a65c114ff485 /configure.in
parentc7f435b9d44eb6d9f860fabf1cb590535599aee2 (diff)
- major packaging change, imported libart_lgpl and libgnomecanvas
from gnome svn (trunk). We now build them as static library. Packager change, you no more need them in GCompris require's. svn path=/trunk/; revision=2651
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 7b0864c..ae85c05 100644
--- a/configure.in
+++ b/configure.in
@@ -12,7 +12,6 @@ AC_ISC_POSIX
GTK_REQUIRED=2.4.0
GDK_PIXBUF_REQUIRED=2.4.0
-LIBGNOMECANVAS_REQUIRED=2.3.6
dnl
dnl Start of pkg-config checks
@@ -23,8 +22,6 @@ PKG_PROG_PKG_CONFIG()
PKG_CHECK_MODULES(GCOMPRIS, dnl
[gtk+-2.0 >= $GTK_REQUIRED dnl
gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED dnl
- libgnomecanvas-2.0 >= $LIBGNOMECANVAS_REQUIRED dnl
- gthread-2.0
gstreamer-0.10])
AC_SUBST(GCOMPRIS_CFLAGS)
@@ -42,6 +39,9 @@ AM_DISABLE_STATIC
AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
+dnl for libart_lgpl
+AC_FUNC_ALLOCA
+AC_C_BIGENDIAN
dnl OSX Specifics
AC_MSG_CHECKING([for OSX])
@@ -567,6 +567,8 @@ src/boards/python/gcompris/timer/Makefile
src/boards/python/gcompris/utils/Makefile
src/boards/python/connect4p/Makefile
src/boards/python/admin/Makefile
+src/libart_lgpl/Makefile
+src/libgnomecanvas/Makefile
po/Makefile.in
docs/Makefile
docs/C/Makefile