Index: pygobject-2.14.2/m4/python.m4 =================================================================== --- pygobject-2.14.2.orig/m4/python.m4 +++ pygobject-2.14.2/m4/python.m4 @@ -43,6 +43,11 @@ AC_DEFUN([AM_CHECK_PYTHON_HEADERS], [AC_REQUIRE([AM_PATH_PYTHON]) AC_MSG_CHECKING(for headers required to compile python extensions) dnl deduce PYTHON_INCLUDES +AC_ARG_WITH(python-includes, + [ --with-python-includes=DIR path to Python includes], py_exec_prefix=$withval) +if test x$py_exec_prefix != x; then +PYTHON_INCLUDES="-I${py_exec_prefix}/include/python${PYTHON_VERSION}" +else py_prefix=`$PYTHON -c "import sys; print sys.prefix"` py_exec_prefix=`$PYTHON -c "import sys; print sys.exec_prefix"` if test -x "$PYTHON-config"; then @@ -53,6 +58,7 @@ if test "$py_prefix" != "$py_exec_prefix PYTHON_INCLUDES="$PYTHON_INCLUDES -I${py_exec_prefix}/include/python${PYTHON_VERSION}" fi fi +fi AC_SUBST(PYTHON_INCLUDES) dnl check if the headers exist: save_CPPFLAGS="$CPPFLAGS" Index: pygobject-2.14.2/configure.ac =================================================================== --- pygobject-2.14.2.orig/configure.ac +++ pygobject-2.14.2/configure.ac @@ -71,9 +71,6 @@ AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(c AC_MSG_CHECKING([for PySignal_SetWakeupFd in Python.h]) py_prefix=`$PYTHON -c "import sys; print sys.prefix"` -PYTHON_INCLUDES="-I${py_prefix}/include/python${PYTHON_VERSION}" -old_CPPFLAGS=$CPPFLAGS -CPPFLAGS="-Wall -Werror $PYTHON_INCLUDES" AC_TRY_COMPILE([#include ], [PySignal_SetWakeupFd(0);], setwakeupfd_ok=yes, @@ -83,7 +80,6 @@ if test "x$setwakeupfd_ok" != xno; then AC_DEFINE(HAVE_PYSIGNAL_SETWAKEUPFD, 1, [Define to 1 if PySignal_SetWakeupFd is available]) fi -CPPFLAGS=$old_CPPFLAGS PLATFORM=`$PYTHON -c "from distutils import util; print util.get_platform()"` AC_SUBST(PLATFORM) 5e648d296650ac4a'>diff
path: root/packages/matchbox-panel
AgeCommit message (Expand)AuthorFiles
2007-09-04matchbox*: convert to SRCREVKoen Kooi1
2007-04-02matchbox-panel: bump PRKoen Kooi1
2007-01-07matchbox-panel: Test GUI_MACHINE_CLASS using base_conditional(), instead of Paul Sokolovsky2
2007-01-06matchbox-panel: Update from using specific machine overrides to using machinePaul Sokolovsky2
2006-12-18matchbox stuff: fixed SRC_URIMarcin Juszkiewicz3
2006-11-27mb-panel: add 0.9.3 which has been in my local tree for ages, ooopsKoen Kooi1
2006-11-20another set of parse errors fixingMarcin Juszkiewicz2
2006-10-29packages/: various .debug packaging fixes (from Poky)Koen Kooi1
2006-10-19matchbox-panel.inc: libx11 -> virtual/libx11Koen Kooi1
2006-08-22matchbox-panel: added h4000 support - close #1351Paul Sokolovsky1
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther3
2006-07-29x11: change virtual/x11 to virtual/libx11Justin Patrin5
2006-07-26x11: switch to virtual/x11 so that diet or full x11 can be selectedJustin Patrin5
2006-04-07matchbox-panel 0.9.3: default preference = -1 due to segfault and iconsize is...Koen Kooi1
2006-04-05matchbox-panel: Upgrade to latest upstream version (0.9.3)Matthias Hentges3
2006-03-01all over the place: adapt DEPENDS to new xlib namesPhilipp Zabel6
2006-02-23matchbox-panel: set package arch to machine to avoid iconsize troublesKoen Kooi1
2006-02-17matchbox-panel: add patch to allow disabling the Utilities/Panel submenu whic...Rene Wagner2
2006-02-16matchbox-panel: add patch to allow vfolders to match against multiple categoriesRene Wagner2
2006-02-07packages/matchbox-panel/matchbox-panel-0.9.2/system-monitor-crash-fix.patchPhilippe De Swert2
2006-02-05matchbox-panel: apply patch to stop wastefull battery polling, closes hh.org ...Koen Kooi2
2006-02-04packages/matchbox-panel/matchbox-panel_0.9.2.bbPhilippe De Swert2
2006-01-19matchbox-panel: Include patches to fix polling and cancellation of panel mess...Florian Boor1
2006-01-07Convert CVSDATE -> SRCDATE. Also standardise cvs and svn PVs to x.x.x+cvsYYYY...Richard Purdie1
2005-12-21matchbox-panel 0.9.2: update system monitor patchKoen Kooi2
2005-12-20matchbox-panel 0.9.2: add 2 patches to fix wireless applet and cpu/mem applet...Koen Kooi4
2005-11-22Add latest integral version to list of devices using small icons.Florian Boor2
2005-10-13matchbox-panel svn, 0.9.2: Fix quoting error introduced earlierRichard Purdie2
2005-10-13matchbox-panel: Combine common data into an inc file for svn+0.9.2 versions (...Richard Purdie1
2005-10-13oprofile: Remove uneeded patchRichard Purdie2
2005-10-10matchbox packages: Add '-' missing from svn versions in my last commitsRichard Purdie1
2005-10-10matchbox-panel: update svn versionRichard Purdie1
2005-10-06packages/matchbox-panel/matchbox-panel_0.9.2.bb: use small icons for h2200Koen Kooi1
2005-06-30import clean BK tree at cset 1.3670Koen Kooi14
2005-06-29Merge bk://oe-devel@oe-devel.bkbits.net/openembeddedKoen Kooi1
2005-06-17Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
2005-06-15Merge bk://oe-devel.bkbits.net/openembeddedJohn Bowler1
2005-04-17matchbox-panel_0.9.2.bb:Koen Kooi1
2005-04-12Merge bk://oe-devel@oe-devel.bkbits.net/openembeddedMichael Lauer1
2005-04-01Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/Chris Lord1
2005-03-07Merge bk://oe-devel@oe-devel.bkbits.net/openembeddedKoen Kooi1
2005-02-17Merge oe-devel@oe-devel.bkbits.net:openembeddedrjt@cambridgebroadband.com3
2005-01-24Merge bk://oe-devel@oe-devel.bkbits.net/openembeddedKoen Kooi1
2005-01-24Add latest matchbox bitsKoen Kooi1
2005-01-15Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
2005-01-14Merge bk://nslu2-linux@nslu2-linux.bkbits.net/openembeddedRod Whitby1
2005-01-04Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
2004-12-30Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net2
2004-12-09Merge oe-devel@oe-devel.bkbits.net:openembeddedChris Larson7