Commit Graph

6 Commits

Author SHA1 Message Date
Nedko Arnaudov d05b367286 Adjust libjack and libjackserver pkg-config files for LADI 2023-07-25 22:31:22 +03:00
Biswapriyo Nath 3a5e040155 pkgconfig: Use predefined variables in Libs and Cflags
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
2022-02-17 18:28:09 +00:00
David Runge 810c78e349 Add custom variable to jack pkgconfig to distinguish implementations
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).
2022-01-15 15:09:56 +00:00
falkTX f5a6e4dba5
Use "64" suffix in windows 64bit build to match existing installer
Signed-off-by: falkTX <falktx@falktx.com>
2020-06-16 23:48:01 +01:00
nedko 3383f36952 Import waf.diff patch sent Stephane Letz
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3075 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-11-14 01:07:46 +00:00
nedko c93ab6bf41 Add pkg-config file for jack2 and fix ticket #5
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1990 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-03-14 23:46:46 +00:00