mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
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.
|
||||
URL: http://www.sfml-dev.org
|
||||
Version: @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@
|
||||
Requires: sfml-system
|
||||
Libs: -L${libdir} -lsfml-audio
|
||||
Cflags: -I${includedir}
|
||||
|
@ -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}
|
||||
|
@ -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}
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user