Added dependencies to pkg-config files.
This commit is contained in:
parent
db1f1b8fa1
commit
655a4dc33d
@ -7,5 +7,6 @@ Name: SFML-audio
|
|||||||
Description: The Simple and Fast Multimedia Library, audio module.
|
Description: The Simple and Fast Multimedia Library, audio module.
|
||||||
URL: http://www.sfml-dev.org
|
URL: http://www.sfml-dev.org
|
||||||
Version: @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@
|
Version: @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@
|
||||||
|
Requires: sfml-system
|
||||||
Libs: -L${libdir} -lsfml-audio
|
Libs: -L${libdir} -lsfml-audio
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
@ -7,5 +7,6 @@ Name: SFML-graphics
|
|||||||
Description: The Simple and Fast Multimedia Library, graphics module.
|
Description: The Simple and Fast Multimedia Library, graphics module.
|
||||||
URL: http://www.sfml-dev.org
|
URL: http://www.sfml-dev.org
|
||||||
Version: @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@
|
Version: @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@
|
||||||
|
Requires: sfml-window
|
||||||
Libs: -L${libdir} -lsfml-graphics
|
Libs: -L${libdir} -lsfml-graphics
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
@ -7,5 +7,6 @@ Name: SFML-network
|
|||||||
Description: The Simple and Fast Multimedia Library, network module.
|
Description: The Simple and Fast Multimedia Library, network module.
|
||||||
URL: http://www.sfml-dev.org
|
URL: http://www.sfml-dev.org
|
||||||
Version: @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@
|
Version: @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@
|
||||||
|
Requires: sfml-system
|
||||||
Libs: -L${libdir} -lsfml-network
|
Libs: -L${libdir} -lsfml-network
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
@ -7,5 +7,6 @@ Name: SFML-window
|
|||||||
Description: The Simple and Fast Multimedia Library, window module.
|
Description: The Simple and Fast Multimedia Library, window module.
|
||||||
URL: http://www.sfml-dev.org
|
URL: http://www.sfml-dev.org
|
||||||
Version: @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@
|
Version: @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@
|
||||||
|
Requires: sfml-system
|
||||||
Libs: -L${libdir} -lsfml-window
|
Libs: -L${libdir} -lsfml-window
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
Loading…
Reference in New Issue
Block a user