mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 03:51:33 +00:00
add .pc file and move headers of instpatch
This commit is contained in:
parent
6afe69667e
commit
593741ed2a
95 changed files with 11 additions and 0 deletions
11
deps/instpatch/lib/pkgconfig/libinstpatch-1.0.pc
vendored
Normal file
11
deps/instpatch/lib/pkgconfig/libinstpatch-1.0.pc
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
prefix=
|
||||||
|
exec_prefix=${prefix}
|
||||||
|
libdir=${exec_prefix}/lib
|
||||||
|
includedir=${prefix}/include/libinstpatch-2
|
||||||
|
|
||||||
|
Name: libInstPatch
|
||||||
|
Description: MIDI instrument patch library
|
||||||
|
Version: 1.1.5
|
||||||
|
Requires: glib-2.0 gobject-2.0 gthread-2.0 sndfile
|
||||||
|
Libs: -L${libdir} -linstpatch-1.0
|
||||||
|
Cflags: -I${includedir}
|
Loading…
Reference in a new issue