mirror of
https://github.com/dhewm/dhewm3-libs.git
synced 2024-12-11 13:00:50 +00:00
15 lines
337 B
PkgConfig
15 lines
337 B
PkgConfig
|
# libvorbis pkg-config source file
|
||
|
|
||
|
prefix=/home/andre/devel/games/doom3-libs/x86_64-w64-mingw32
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: vorbis
|
||
|
Description: vorbis is the primary Ogg Vorbis library
|
||
|
Version: 1.3.2
|
||
|
Requires: ogg
|
||
|
Conflicts:
|
||
|
Libs: -L${libdir} -lvorbis -lm
|
||
|
Cflags: -I${includedir}
|