summaryrefslogtreecommitdiff
path: root/libsigrokdecode.pc.in
AgeCommit message (Collapse)Author
2015-09-06libsigrokdecode.pc: Publish decodersdir variableDaniel Elstner
This is so that downstream modules can find the install location of the decoders.
2015-08-26Build: Adopt new Autotools magicDaniel Elstner
2014-05-09Add python as a pkg-config dependencyAbhishek Kumar
The current libsigrokdecode build passes the python CPPFLAGS and LDFLAGS directly into libsigrokdecode.pc.in. This leads to issues while cross-compiling as while using PKG_CONFIG_SYSROOT_DIR, there is a chance of the prefix being duplicated. We now, while detecting the installation of python (cross or normal), add a dependency for the module name in the pkgconfig file (from configure.ac).
2011-11-19libsigrokdecode.pc.in: Add missing @CPPFLAGS_PYTHON@.Uwe Hermann
2011-11-17libsigrokdecode.pc: Add glib + Python.Uwe Hermann
2010-05-11pkg-config: Add libsigrokdecode.pc.Uwe Hermann