16 lines
491 B
PkgConfig
16 lines
491 B
PkgConfig
prefix=/home/buildbot-worker/debian-gcc-64/install
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: SFML-graphics
|
|
Description: The Simple and Fast Multimedia Library, graphics module.
|
|
URL: http://www.sfml-dev.org
|
|
Version: 3.0.0
|
|
Requires: sfml-window
|
|
Requires.private: sfml-system, freetype2
|
|
Libs: -L${libdir} -lsfml-graphics
|
|
# gl may not be in pkg-config
|
|
Libs.private: /usr/lib/x86_64-linux-gnu/libGL.so OPENGL_glu_LIBRARY-NOTFOUND
|
|
Cflags: -I${includedir}
|