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() name='id' value='a7b1482b15c6b2848ff392cef00c420a8f8927e1'/> Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/zten
ndency
AgeCommit message (Expand)AuthorFiles
2007-05-13zten: add zten for the first time.Rolf Leggewie4
Philipp Zabel1
2007-08-09add xbitmapsMichael Lauer2
2007-08-05Xorg: drop stale recipes X11R7* in PV. Those aren't needed anymore after the ...Koen Kooi3