* [Buildroot] [PATCH] supertux: select BR2_PACKAGE_LIBCURL
@ 2017-04-18 15:51 Vicente Olivert Riera
2017-04-19 18:10 ` Romain Naour
2017-04-30 21:32 ` Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: Vicente Olivert Riera @ 2017-04-18 15:51 UTC (permalink / raw)
To: buildroot
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>
---
package/supertux/Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/supertux/Config.in b/package/supertux/Config.in
index d4fd80b..684c2cc 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
--
2.10.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] supertux: select BR2_PACKAGE_LIBCURL
2017-04-18 15:51 [Buildroot] [PATCH] supertux: select BR2_PACKAGE_LIBCURL Vicente Olivert Riera
@ 2017-04-19 18:10 ` Romain Naour
2017-04-30 21:32 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Romain Naour @ 2017-04-19 18:10 UTC (permalink / raw)
To: buildroot
Hi Vicente,
Le 18/04/2017 ? 17:51, Vicente Olivert Riera a ?crit :
> libcurl is unconditionally added to the dependencies list in
> supertux.mk. However libcurl is not selected in Config.in.
>
> This patch fixes that.
Humm someone at Imagination is playing with supertux ? :D
Acked-by: Romain Naour <romain.naour@gmail.com>
Best regards,
Romain
>
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
> package/supertux/Config.in | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/package/supertux/Config.in b/package/supertux/Config.in
> index d4fd80b..684c2cc 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
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] supertux: select BR2_PACKAGE_LIBCURL
2017-04-18 15:51 [Buildroot] [PATCH] supertux: select BR2_PACKAGE_LIBCURL Vicente Olivert Riera
2017-04-19 18:10 ` Romain Naour
@ 2017-04-30 21:32 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2017-04-30 21:32 UTC (permalink / raw)
To: buildroot
Hello,
On Tue, 18 Apr 2017 16:51:53 +0100, Vicente Olivert Riera wrote:
> 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>
> ---
> package/supertux/Config.in | 1 +
> 1 file changed, 1 insertion(+)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-04-30 21:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-18 15:51 [Buildroot] [PATCH] supertux: select BR2_PACKAGE_LIBCURL Vicente Olivert Riera
2017-04-19 18:10 ` Romain Naour
2017-04-30 21:32 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox