Index: Imaging-1.1.5/setup.py =================================================================== --- Imaging-1.1.5.orig/setup.py 2005-03-23 19:16:40.000000000 +0100 +++ Imaging-1.1.5/setup.py 2006-05-31 14:36:07.000000000 +0200 @@ -28,12 +28,13 @@ # # TIFF_ROOT = libinclude("/opt/tiff") -FREETYPE_ROOT = None -JPEG_ROOT = None +FREETYPE_ROOT = os.environ['STAGING_LIBDIR'], os.environ['STAGING_INCDIR'] +JPEG_ROOT = os.environ['STAGING_LIBDIR'] TIFF_ROOT = None -ZLIB_ROOT = None +ZLIB_ROOT = os.environ['STAGING_LIBDIR'] TCL_ROOT = None + # FIXME: add mechanism to explicitly *disable* the use of a library # -------------------------------------------------------------------- @@ -175,15 +176,6 @@ add_directory(include_dirs, include_root) # - # add standard directories - - add_directory(library_dirs, "/usr/local/lib") - add_directory(include_dirs, "/usr/local/include") - - add_directory(library_dirs, "/usr/lib") - add_directory(include_dirs, "/usr/include") - - # # insert new dirs *before* default libs, to avoid conflicts # between Python PYD stub libs and real libraries /form> Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/matchbox-common
AgeCommit message (Expand)AuthorFiles
2008-01-25divers: remove lines of the form "PACKAGES = ${PN}" from 63 filesRolf Leggewie1
2007-11-17matchbox-common: make it bug compatible againKoen Kooi1
2007-11-15mb-common: use u-a to make the link to x-wm, do not depend on mb-wm to do itKoen Kooi1
2007-11-08matchbox-common: remove duplicated SECTIONMichael Lauer2
2007-11-08matchbox-common: fix PACKAGE_ARCH (all)Michael Lauer2
2007-04-02matchbox: bump PRKoen Kooi1
2007-01-04matchbox-common: clean up metadata a bit Koen Kooi1
2006-12-18matchbox stuff: fixed SRC_URIMarcin Juszkiewicz1
2006-11-20another set of parse errors fixingMarcin Juszkiewicz3
2006-02-16matchbox-common: add Media category. Fixes hh.org Bug #1462.Rene Wagner2
2006-02-03matchbox-common: remove "Utilities" category as the distinction between "Util...Rene Wagner3
2006-01-07Convert CVSDATE -> SRCDATE. Also standardise cvs and svn PVs to x.x.x+cvsYYYY...Richard Purdie1
2005-10-10matchbox packages: Add '-' missing from svn versions in my last commitsRichard Purdie1
2005-10-10matchbox-common: Add svn versionRichard Purdie1
2005-06-30import clean BK tree at cset 1.3670Koen Kooi5