mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-01-18 22:21:39 +00:00
update .pc files after removal of libs patching
This commit is contained in:
parent
3d90ee852e
commit
78a1d81605
9 changed files with 10 additions and 9 deletions
2
deps/flac/lib/pkgconfig/flac.pc
vendored
2
deps/flac/lib/pkgconfig/flac.pc
vendored
|
@ -7,6 +7,6 @@ Name: FLAC
|
|||
Description: Free Lossless Audio Codec Library
|
||||
Version: 1.3.3
|
||||
Requires.private: ogg
|
||||
Libs: -L${libdir} -lFLAC -logg
|
||||
Libs: -L${libdir} -lFLAC
|
||||
Libs.private: -lm
|
||||
Cflags: -I${includedir}
|
||||
|
|
2
deps/glib/lib/pkgconfig/glib-2.0.pc
vendored
2
deps/glib/lib/pkgconfig/glib-2.0.pc
vendored
|
@ -11,6 +11,6 @@ Name: GLib
|
|||
Description: C Utility Library
|
||||
Version: 2.66.3
|
||||
Requires.private: libpcre >= 8.31
|
||||
Libs: -L${libdir} -lglib-2.0 -lintl -liconv -lffi -lpcre -framework CoreFoundation -framework Foundation
|
||||
Libs: -L${libdir} -lglib-2.0 -lintl -liconv
|
||||
Libs.private: -Wl,-framework,CoreFoundation -Wl,-framework,Carbon -Wl,-framework,Foundation -Wl,-framework,AppKit -lm
|
||||
Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include
|
||||
|
|
2
deps/glib/lib/pkgconfig/gobject-2.0.pc
vendored
2
deps/glib/lib/pkgconfig/gobject-2.0.pc
vendored
|
@ -8,5 +8,5 @@ Version: 2.66.3
|
|||
Requires: glib-2.0
|
||||
Requires.private: libffi >= 3.0.0
|
||||
Libs: -L${libdir} -lgobject-2.0
|
||||
Libs.private: -lintl -liconv -lffi
|
||||
Libs.private: -lintl -liconv
|
||||
Cflags: -I${includedir}
|
||||
|
|
3
deps/openal/lib/pkgconfig/openal.pc
vendored
3
deps/openal/lib/pkgconfig/openal.pc
vendored
|
@ -7,5 +7,6 @@ Name: OpenAL
|
|||
Description: OpenAL is a cross-platform 3D audio API
|
||||
Requires:
|
||||
Version: 1.21.0
|
||||
Libs: -L${libdir} -lopenal -framework ApplicationServices -framework AudioToolbox -framework AudioUnit -framework CoreAudio
|
||||
Libs: -L${libdir} -lopenal
|
||||
Libs.private: -framework ApplicationServices -framework AudioToolbox -framework AudioUnit -framework CoreAudio
|
||||
Cflags: -I${includedir} -I${includedir}/AL -DAL_LIBTYPE_STATIC
|
||||
|
|
2
deps/opusfile/lib/pkgconfig/opusfile.pc
vendored
2
deps/opusfile/lib/pkgconfig/opusfile.pc
vendored
|
@ -10,6 +10,6 @@ Description: High-level Opus decoding library
|
|||
Version: 0.12
|
||||
Requires.private: ogg >= 1.3 opus >= 1.0.1
|
||||
Conflicts:
|
||||
Libs: -L${libdir} -lopusfile -lopus -logg
|
||||
Libs: -L${libdir} -lopusfile
|
||||
Libs.private:
|
||||
Cflags: -I${includedir}/opus
|
||||
|
|
2
deps/sndfile/lib/pkgconfig/sndfile.pc
vendored
2
deps/sndfile/lib/pkgconfig/sndfile.pc
vendored
|
@ -8,5 +8,5 @@ Description: A library for reading and writing audio files
|
|||
Requires:
|
||||
Requires.private: flac ogg vorbis vorbisenc opus
|
||||
Version: 1.0.30
|
||||
Libs: -L${libdir} -lsndfile -lopus -lFLAC -lvorbisenc -lvorbis -logg
|
||||
Libs: -L${libdir} -lsndfile
|
||||
Cflags: -I${includedir}
|
||||
|
|
2
deps/vorbis/lib/pkgconfig/vorbis.pc
vendored
2
deps/vorbis/lib/pkgconfig/vorbis.pc
vendored
|
@ -10,6 +10,6 @@ Description: vorbis is the primary Ogg Vorbis library
|
|||
Version: 1.3.7
|
||||
Requires.private: ogg
|
||||
Conflicts:
|
||||
Libs: -L${libdir} -lvorbis -logg
|
||||
Libs: -L${libdir} -lvorbis
|
||||
Libs.private: -lm
|
||||
Cflags: -I${includedir}
|
||||
|
|
2
deps/vorbis/lib/pkgconfig/vorbisenc.pc
vendored
2
deps/vorbis/lib/pkgconfig/vorbisenc.pc
vendored
|
@ -10,5 +10,5 @@ Description: vorbisenc is a library that provides a convenient API for setting u
|
|||
Version: 1.3.7
|
||||
Requires.private: vorbis
|
||||
Conflicts:
|
||||
Libs: -L${libdir} -lvorbisenc -lvorbis -logg
|
||||
Libs: -L${libdir} -lvorbisenc
|
||||
Cflags: -I${includedir}
|
||||
|
|
2
deps/vorbis/lib/pkgconfig/vorbisfile.pc
vendored
2
deps/vorbis/lib/pkgconfig/vorbisfile.pc
vendored
|
@ -10,5 +10,5 @@ Description: vorbisfile is a library that provides a convenient high-level API f
|
|||
Version: 1.3.7
|
||||
Requires.private: vorbis
|
||||
Conflicts:
|
||||
Libs: -L${libdir} -lvorbisfile -lvorbis -logg
|
||||
Libs: -L${libdir} -lvorbisfile
|
||||
Cflags: -I${includedir}
|
||||
|
|
Loading…
Reference in a new issue