14 lines
393 B
PkgConfig
14 lines
393 B
PkgConfig
prefix=/home/buildbot-worker/debian-gcc-64/install
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: SFML-audio
|
|
Description: The Simple and Fast Multimedia Library, audio module.
|
|
URL: http://www.sfml-dev.org
|
|
Version: 3.0.0
|
|
Requires: sfml-system
|
|
Requires.private: vorbisenc, vorbisfile, vorbis, ogg, flac
|
|
Libs: -L${libdir} -lsfml-audio
|
|
Cflags: -I${includedir}
|