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 >Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/anthy
>2006-11-20
AgeCommit message (Expand)AuthorFiles
2007-06-14anthy: improve packaging, some reordering of fields to clean upRolf Leggewie1
2007-06-08anthy-native: fix S variable. Reorder some fields.Rolf Leggewie1
2007-02-07anthy: fix SECTION, minor clean upRolf Leggewie1
2006-07-23anthy-native-7811: clear PACKAGESPhilipp Zabel1
2006-07-23anthy: update to 7811Philipp Zabel6
another set of parse errors fixingMarcin Juszkiewicz1
2006-09-15ppp: added a nylon-specific patch for a cli program allowing to read the ppp ...Martin Dietze4
2006-01-31ppp: bump PR to force rebuild after package.bbclass changes. only add postins...Rene Wagner1
2006-01-31disapproval of revision '1b63b991554424859234171d74c5abc6b9ba6759'Rene Wagner1
2006-01-31ppp: bump PR to force rebuild after package.bbclass changes. only add postins...Rene Wagner1
2006-01-18ppp_2.4.3.bb : Makefile references /usr/lib /usr/include directly.Graeme Gregory2
2005-10-29ppp-2.4.3: Enable IPv6 support.Jonathan McDowell2
2005-10-26ppp-2.4.3: Build pppoatm plugin as package ppp-oa.Jonathan McDowell2
2005-08-12Fix ranlib problem correctly by removing CC in plugins MakefileJustin Patrin2
2005-08-11Add a patch to run ranlib on 2 libraries (bug 172)Justin Patrin1
2005-06-30import clean BK tree at cset 1.3670Koen Kooi19
2005-04-14added new ppp_2.4.3.bb file which has a finer granularity as 2.4.1Holger Schurig11
2005-03-12Merge http://oe-devel.bkbits.net/openembeddedg2@giantshoulder.com1
2005-02-22Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
2005-02-06apply patch from Paul Eggleton to improve resolv.conf handling in pppdPhil Blundell4
2005-01-23remove errornous references to libtool class. patch courtesy Marc SingerMichael Lauer1
2005-01-07Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net2
2004-12-28Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
2004-12-09Merge oe-devel@oe-devel.bkbits.net:openembeddedChris Larson8