2012-01-10 21:08:20 +00:00
|
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
|
|
exec_prefix=${prefix}
|
2023-12-12 11:09:39 -07:00
|
|
|
libdir=${exec_prefix}/@SFML_RELATIVE_INSTALL_LIBDIR@
|
2012-01-10 21:08:20 +00:00
|
|
|
includedir=${prefix}/include
|
|
|
|
|
|
|
|
Name: SFML-graphics
|
|
|
|
Description: The Simple and Fast Multimedia Library, graphics module.
|
|
|
|
URL: http://www.sfml-dev.org
|
2022-01-19 22:46:10 -07:00
|
|
|
Version: @PROJECT_VERSION@
|
2012-08-02 12:05:27 -04:00
|
|
|
Requires: sfml-window
|
2016-12-19 13:16:07 -08:00
|
|
|
Requires.private: sfml-system, freetype2
|
2012-01-10 21:08:20 +00:00
|
|
|
Libs: -L${libdir} -lsfml-graphics
|
2017-09-08 09:38:51 +02:00
|
|
|
# gl may not be in pkg-config
|
|
|
|
Libs.private: @OPENGL_gl_LIBRARY@ @OPENGL_glu_LIBRARY@
|
2012-01-10 21:08:20 +00:00
|
|
|
Cflags: -I${includedir}
|