remove checking for imlib, pixbuf, gtkgl and libglade # # Patch managed by http://www.holgerschurig.de/patcher.html # --- pygtk-0.6.12/configure.in~remove-imlib-et-al +++ pygtk-0.6.12/configure.in @@ -45,17 +45,14 @@ fi AM_PATH_GTK(gtk_required_version,,,$extra_mods) -AM_PATH_GDK_IMLIB(imlib_required_version, build_imlib=true, build_imlib=false) -AM_CONDITIONAL(BUILD_IMLIB, $build_imlib) -AM_PATH_GDK_PIXBUF(pixbuf_required_version, build_pixbuf=true, build_pixbuf=false) -AM_CONDITIONAL(BUILD_PIXBUF, $build_pixbuf) +AM_CONDITIONAL(BUILD_IMLIB, false) -AM_PATH_GTKGL(build_gtkgl=true, build_gtkgl=false) -AM_CONDITIONAL(BUILD_GTKGL, $build_gtkgl) +AM_CONDITIONAL(BUILD_PIXBUF, false) -AM_PATH_LIBGLADE(build_libglade=true, build_libglade=false) -AM_CONDITIONAL(BUILD_LIBGLADE, $build_libglade) +AM_CONDITIONAL(BUILD_GTKGL, false) + +AM_CONDITIONAL(BUILD_LIBGLADE, false) AC_ARG_ENABLE(numpy, orecdp-dev Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/monotone
AgeCommit message (Expand)AuthorFiles
2008-01-25divers: add debug package for 85 files with hardcoded PACKAGES definition. P...Rolf Leggewie7
2007-11-12monotone: update to 0.37Koen Kooi3
2007-04-01monotone: add 0.34Koen Kooi1
2007-03-21monotone-6: Fix path instead of trying to remove a file in a nonexisting loca...Oyvind Repvik1
2007-03-21monotone-6: Add '-f' to rm, incase the file isn't there.Oyvind Repvik1
2007-03-01monotone: add 0.33, with a slight hack to silence scanelfKoen Kooi1
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie3
2006-12-18monotone: add 0.31Koen Kooi2
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther7
2006-07-11monotone: add 0.27 Koen Kooi1
2006-05-27monotone: add missing patchKoen Kooi1
2006-04-28monotone: add 0.26Koen Kooi1
2006-04-28monotone: add 0.25.2, closes #876 Koen Kooi2
2005-11-30monotone-5: release 0.24John Bowler1
2005-10-26slugos, openslug, ucslugc: move to new slugos base distro in openslug 3.0, uc...John Bowler2
2005-10-03monotone: monotone-0.23John Bowler2
2005-09-19Make cp invocations BSD compatibleHolger Freyther1
2005-09-09uclibc, alsa, monotone-5, util-linux: enable thumb on ucslugc, disable it on ...John Bowler1
2005-08-12monotone-5 0.22 - the LUA hook for anonymous_read must be updated (movedJohn Bowler2
2005-07-18monotone 0.21 and associated patchesJohn Bowler4
2005-07-16monotone: extract common stuff into monotone.incMichael Lauer3
2005-07-15mpd does not build on osuclibc because libvorbis will not build, thatJohn Bowler2
2005-07-12Working, tested, versions of monotone. These past most aspects of theJohn Bowler3
2005-07-06Building but not working monotone - still has problems in cryptopp (inJohn Bowler1
2005-07-06Working (db init capable) version of monotone. r1 fixes an endiannessJohn Bowler2
2005-07-05Builds but has bugs in very basic functionality (db init does not work).John Bowler4