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() lass='form'>
Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/python/python-dbus
ass='logmsg'>
AgeCommit message (Expand)AuthorFiles
2007-08-23python-dbus: make it build on amd64Marcin Juszkiewicz1
2007-08-23disapproval of revision '38e2cd40a04ac88008e433a43002415c562145e4'Marcin Juszkiewicz1
2007-08-23python-dbus: make it build on amd64Marcin Juszkiewicz1
2016-11-14chore: add git hooks to auto update git submodulesBrandon Bayer3
2016-11-09chore: change build parallelism to depend on number of coresBrandon Bayer1
2016-11-08update meta-mlinux & meta-multitech (latest lora mts-io changes)Brandon Bayer2
2016-11-04mtcap: bump mts-io recipe revisionBrandon Bayer1
2016-11-04mtcap:fix: lora radio resetBrandon Bayer1
2016-11-03fix: remove lora-network-server-usb from buildBrandon Bayer1
2016-11-02mtcap: add support for Conduit Access Point (codename Picocell)3.2-mtcap-betaBrandon Bayer3
2016-09-29chore: improve pre-commit/pre-push git hook error messagesBrandon Bayer2
2016-09-29brandon removing test fileBrandon Bayer1
2016-09-29brandon trying somethingBrandon Bayer1
2016-09-29chore: add pre-commit/pre-push hooks to prevent GitLab submodules on masterBrandon Bayer3
2016-09-29mtp:fix: bump lora-gateway recipe revisionBrandon Bayer1
2016-09-29mtp:lora-gateway:feat: add support for fpga v28 firmwareBrandon Bayer1
2016-09-26mtp: add lora-query to debug imageBrandon Bayer1
2016-09-23ppp: add leu1 chat scriptBrandon Bayer1
2016-09-21mtp:feat: disable lora-network-server by defaultBrandon Bayer1
2016-09-21mtp:fix: remove mosquitto from basic image. Only included in debug imageBrandon Bayer1
2016-09-21mtp:feat: add mlinux-picocell-debug-image with lora network serverBrandon Bayer1
2016-09-21Fix regression caused by the PPS Driver PatchBrandon Bayer1
2016-09-21mtcdt: PPS signal | mtp: add PREEMPT and remove radio symlinks on power downBrandon Bayer1
2016-09-21mtp: do not create /media/card folderBrandon Bayer1
2016-09-20mtp: graceful restart of the cellular radio and lora chip reset.Brandon Bayer1
2016-09-19chore: update preferred versions of mts-ioBrandon Bayer1
2016-09-19mtp: set proper timings for the radio power up/down; remove radio reset on ↵Brandon Bayer1
mts-io load
2016-09-15mtp: perform the radio reset on mts-io module loading.Brandon Bayer1
2016-09-15mtp: disable radio-reset and usb serial gadgetBrandon Bayer2
2016-09-14mtp: remove wifi and bt from the mlinux-picocell-image recipeBrandon Bayer1
2016-09-14mtp: Set led-status ON while booting and heartbeat while runningBrandon Bayer1
2016-09-14mtp: remove led-a/b/c/d, add led-status properlyBrandon Bayer1
2016-09-14chore: remove unused dependencies for lora-gateway 4.0.1Brandon Bayer1
2016-09-13picocell:fix: mtp device tree patchBrandon Bayer1
2016-09-13feat: add lora packet-forwarder 3.0.0 for picocellBrandon Bayer2
2016-09-13mts-io:feat: add MTP-0.0 hardware supportBrandon Bayer1
2016-09-13picocell:feat: add lora-gateway 4.0.1Brandon Bayer2
2016-09-09fix: hostap-daemon 2.4 recipe dependency and remove debug statementBrandon Bayer1
2016-09-09Submodule layers/meta-mlinux c43f4b8..c40080b:Jason Reiss