Added dependencies to pkg-config files.

This commit is contained in:
Alex Charron 2012-08-02 12:05:27 -04:00
parent db1f1b8fa1
commit 655a4dc33d
4 changed files with 4 additions and 0 deletions

View File

@ -7,5 +7,6 @@ Name: SFML-audio
Description: The Simple and Fast Multimedia Library, audio module.
URL: http://www.sfml-dev.org
Version: @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@
Requires: sfml-system
Libs: -L${libdir} -lsfml-audio
Cflags: -I${includedir}

View File

@ -7,5 +7,6 @@ Name: SFML-graphics
Description: The Simple and Fast Multimedia Library, graphics module.
URL: http://www.sfml-dev.org
Version: @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@
Requires: sfml-window
Libs: -L${libdir} -lsfml-graphics
Cflags: -I${includedir}

View File

@ -7,5 +7,6 @@ Name: SFML-network
Description: The Simple and Fast Multimedia Library, network module.
URL: http://www.sfml-dev.org
Version: @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@
Requires: sfml-system
Libs: -L${libdir} -lsfml-network
Cflags: -I${includedir}

View File

@ -7,5 +7,6 @@ Name: SFML-window
Description: The Simple and Fast Multimedia Library, window module.
URL: http://www.sfml-dev.org
Version: @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@
Requires: sfml-system
Libs: -L${libdir} -lsfml-window
Cflags: -I${includedir}