projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e97c1db
)
package/flare-engine: require sdl2_image with png support
author
Romain Naour
<romain.naour@gmail.com>
Sun, 6 Dec 2020 13:56:05 +0000
(14:56 +0100)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Mon, 7 Dec 2020 21:55:48 +0000
(22:55 +0100)
flare-engine fail to start if sdl2_image library is build without
libpng support.
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/flare-engine/Config.in
patch
|
blob
|
history
diff --git
a/package/flare-engine/Config.in
b/package/flare-engine/Config.in
index cdcb01894864bf675a8136e0e50df3f1318e7122..d08b740af3fa31e44b85088410a7f22267c38e90 100644
(file)
--- a/
package/flare-engine/Config.in
+++ b/
package/flare-engine/Config.in
@@
-2,6
+2,7
@@
config BR2_PACKAGE_FLARE_ENGINE
bool "flare-engine"
depends on BR2_INSTALL_LIBSTDCPP
depends on !BR2_STATIC_LIBS # SDL2
+ select BR2_PACKAGE_LIBPNG # SDL2_IMAGE needs libpng support
select BR2_PACKAGE_SDL2
select BR2_PACKAGE_SDL2_IMAGE
select BR2_PACKAGE_SDL2_MIXER