summaryrefslogtreecommitdiff
path: root/jack.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* pkgconfig: Use predefined variables in Libs and CflagsBiswapriyo Nath2022-02-171-2/+2
| | | | | | | | | | | | | | This fixes path relocation in mingw environment. Without this, libdir and includedir are not shown in pkgconfig output. e.g. * Without predefined variables: - pkgconf -cflags jack: No output - pkgconf -libs jack: -ljack64 * With predefined variables: - pkgconf -cflags jack: -IC:/msys64/mingw64/include - pkgconf -libs jack: -LC:/msys64/mingw64/lib -ljack64 Also official documentation suggests to use variables https://people.freedesktop.org/~dbn/pkg-config-guide.html
* Add custom variable to jack pkgconfig to distinguish implementationsDavid Runge2022-01-151-0/+1
| | | | | | | | | | jack.pc.in: Add the custom `jack_implementation=jack2` pkgconfig variable to the generated jack.pc file to be able to distinguish jack implementations. As jack implementations exist with jack1, jack2 and pipewire-jack, it is not (easily) possible to distinguish them by looking at the version alone (particularly the case with jack2 vs. pipewire-jack, as they share the same headers).
* Use "64" suffix in windows 64bit build to match existing installerfalkTX2020-06-161-1/+1
| | | | Signed-off-by: falkTX <falktx@falktx.com>
* Import waf.diff patch sent Stephane Letznedko2008-11-141-8/+8
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3075 0c269be4-1314-0410-8aa9-9f06e86f4224
* Add pkg-config file for jack2 and fix ticket #5nedko2008-03-141-0/+11
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1990 0c269be4-1314-0410-8aa9-9f06e86f4224