supertux: select BR2_PACKAGE_LIBCURL
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Tue, 18 Apr 2017 15:51:53 +0000 (16:51 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 30 Apr 2017 21:32:16 +0000 (23:32 +0200)
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>
package/supertux/Config.in

index d4fd80b5a592aece8af73e4dda5f0c091b9ea19b..684c2cc940c80b37bbfd1b3061715026f9f51029 100644 (file)
@@ -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