summaryrefslogtreecommitdiffstats
path: root/package/supertux
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2017-04-18 16:51:53 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-30 23:32:16 +0200
commit5855a3ef25c5851a4d2c609f926feb3aca4dc3ac (patch)
treed19d853633498bb8c505b4d98f5697cbcaed03ce /package/supertux
parent25902b111a93e562e3c1991f65c03649c88802c4 (diff)
downloadbuildroot-5855a3ef25c5851a4d2c609f926feb3aca4dc3ac.tar.gz
buildroot-5855a3ef25c5851a4d2c609f926feb3aca4dc3ac.zip
supertux: select BR2_PACKAGE_LIBCURL
libcurl is unconditionally added to the dependencies list in supertux.mk. However libcurl is not selected in Config.in. This patch fixes that. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Acked-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/supertux')
-rw-r--r--package/supertux/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/supertux/Config.in b/package/supertux/Config.in
index d4fd80b5a5..684c2cc940 100644
--- a/package/supertux/Config.in
+++ b/package/supertux/Config.in
@@ -13,6 +13,7 @@ config BR2_PACKAGE_SUPERTUX
select BR2_PACKAGE_BOOST_DATE_TIME
select BR2_PACKAGE_BOOST_FILESYSTEM
select BR2_PACKAGE_BOOST_SYSTEM
+ select BR2_PACKAGE_LIBCURL
select BR2_PACKAGE_LIBGLEW
select BR2_PACKAGE_LIBGLU # GL/glu.h
select BR2_PACKAGE_LIBOGG
OpenPOWER on IntegriCloud