Index: lxml-1.3.3/setupinfo.py =================================================================== --- lxml-1.3.3.orig/setupinfo.py 2007-08-20 22:39:09.000000000 +0000 +++ lxml-1.3.3/setupinfo.py 2007-08-20 22:39:46.000000000 +0000 @@ -86,7 +86,7 @@ return static_library_dirs # filter them from xslt-config --libs result = [] - possible_library_dirs = flags('xslt-config --libs') + possible_library_dirs = flags('pkg-config libxslt --libs') for possible_library_dir in possible_library_dirs: if possible_library_dir.startswith('-L'): result.append(possible_library_dir[2:]) @@ -100,7 +100,7 @@ return static_include_dirs # filter them from xslt-config --cflags result = [] - possible_include_dirs = flags('xslt-config --cflags') + possible_include_dirs = flags('pkg-config libxslt --cflags') for possible_include_dir in possible_include_dirs: if possible_include_dir.startswith('-I'): result.append(possible_include_dir[2:]) @@ -119,7 +119,7 @@ return result # anything from xslt-config --cflags that doesn't start with -I - possible_cflags = flags('xslt-config --cflags') + possible_cflags = flags('pkg-config libxslt --cflags') for possible_cflag in possible_cflags: if not possible_cflag.startswith('-I'): result.append(possible_cflag) b7ce9179e07a5eef3df653c4830192f10868aa34'>refslogtreecommitdiff
path: root/packages/qpe-gaim
AgeCommit message (Expand)AuthorFiles
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther2
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther2
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe2
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie1
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi2
2006-01-08Add PACKAGES_DYNAMIC to the appropriate .bb files.Richard Purdie1
2005-08-13oe/packages/qpe-gaim/qpe-libgaim:Holger Freyther1
2005-07-08qpe-libgaim_1.3.1.bbHolger Freyther1
2005-06-30import clean BK tree at cset 1.3670Koen Kooi7
2005-06-12Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
2005-06-05Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net2
2005-04-03QPE Gaim:Holger Freyther2
2005-03-29Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net7
2005-03-06removed obsolete depral@home1
2005-03-06enabling usage of gnutls for qpe-gaim1ral@home1
2005-03-06QPE libgaim:Holger Freyther1
2005-03-06QPE GAIM:Holger Freyther3
2005-03-06Merge bk://oe-devel@oe-devel.bkbits.net/openembeddedHolger Freyther2
2005-03-03Add a patch to remove some quirks in qpe-gaim. Patch courtesy Vitaliy PronkinMichael Lauer3
2005-02-22Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net2