Merge pull request #266 from Undeterminant/master

Added dependencies to pkg-config files
This commit is contained in:
Laurent Gomila 2012-08-02 09:28:24 -07:00
commit a3357d9c10
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}