Index: pydirectfb/setup.py =================================================================== --- pydirectfb.orig/setup.py +++ pydirectfb/setup.py @@ -11,9 +11,10 @@ Check dependencies add add the flags to include_dirs, library_dirs and libraries. The basic logic is taken from pygame. """ - command = name + '-config --version --cflags --libs 2>/dev/null' + command = 'pkg-config %s --modversion --cflags --libs 2>/dev/null' % name try: config = os.popen(command).readlines() + print config if len(config) == 0: raise ValueError, 'command not found' flags = (' '.join(config[1:]) + ' ').split() thod='get'> Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/qolyester
t/multitech-oe.git/commit/packages/opie-security?id=a80a1b37fff54fddc648905bdeee6f2af1748c00'>opie-security: install ownerinfo.png in cvs version
AgeCommit message (Expand)AuthorFiles
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe1
Paul Eggleton1
2007-07-27opie-*: Add 1.2.3.Paul Sokolovsky1
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 Freyther