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-04-21 21:33:46 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2007-04-21 21:33:46 (GMT)
commit2808511a056ca6a74b047e582f1c36cf1a1371a4 (patch)
tree2a6bdc1ef724aa8977d0d604bd717ec872264430 /configure.in
parent14e49fca18b14ba6238fc93b2130e409d1f46190 (diff)
removed mypaint, we will add it back when completed removed mypaint set to
* boards/mypaint.xml.in: removed mypaint, we will add it back when completed * configure.in: removed mypaint * src/boards/python/gnumch.py: set to a smaller font * src/boards/python/searace.py: removed on screen debug numbers svn path=/trunk/; revision=2615
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in9
1 files changed, 4 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index e18c1af..4bbbbe7 100644
--- a/configure.in
+++ b/configure.in
@@ -567,10 +567,10 @@ AC_SUBST(CFLAGS)
AC_SUBST(LIBS)
#mypaint
-PKG_CHECK_MODULES(MYPAINT,[
- glib-2.0 >= 2.6.0
- gtk+-2.0 >= 2.6.0
- ])
+#PKG_CHECK_MODULES(MYPAINT,[
+# glib-2.0 >= 2.6.0
+# gtk+-2.0 >= 2.6.0
+# ])
dnl Autoconf output
AC_OUTPUT([ gcompris.spec
@@ -583,7 +583,6 @@ autopackage/default.apspec
src/Makefile
src/gcompris/Makefile
src/boards/Makefile
-src/boards/mypaint/Makefile
src/boards/python/Makefile
src/boards/python/gcompris/Makefile
src/boards/python/gcompris/admin/Makefile