diff mbox series

[1/1] package/supertuxkart: needs freetype

Message ID 20170929190140.32645-1-bernd.kuhls@t-online.de
State Accepted
Commit ffcaf9158c1619d83091e3c3f3bf58181c8d70dd
Headers show
Series [1/1] package/supertuxkart: needs freetype | expand

Commit Message

Bernd Kuhls Sept. 29, 2017, 7:01 p.m. UTC
https://github.com/supertuxkart/stk-code/blob/master/CMakeLists.txt#L231

Build would fail without this patch using this defconfig:

BR2_x86_64=y
BR2_TOOLCHAIN_BUILDROOT_LOCALE=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_PACKAGE_SUPERTUXKART=y
BR2_PACKAGE_MESA3D=y
BR2_PACKAGE_MESA3D_DRI_DRIVER_I965=y
BR2_PACKAGE_MESA3D_OPENGL_EGL=y
BR2_PACKAGE_XORG7=y

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/supertuxkart/Config.in       | 1 +
 package/supertuxkart/supertuxkart.mk | 1 +
 2 files changed, 2 insertions(+)

Comments

Ezequiel Garcia Sept. 29, 2017, 7:04 p.m. UTC | #1
On 29 September 2017 at 16:01, Bernd Kuhls <bernd.kuhls@t-online.de> wrote:
> https://github.com/supertuxkart/stk-code/blob/master/CMakeLists.txt#L231
>
> Build would fail without this patch using this defconfig:
>
> BR2_x86_64=y
> BR2_TOOLCHAIN_BUILDROOT_LOCALE=y
> BR2_TOOLCHAIN_BUILDROOT_CXX=y
> BR2_PACKAGE_SUPERTUXKART=y
> BR2_PACKAGE_MESA3D=y
> BR2_PACKAGE_MESA3D_DRI_DRIVER_I965=y
> BR2_PACKAGE_MESA3D_OPENGL_EGL=y
> BR2_PACKAGE_XORG7=y
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/supertuxkart/Config.in       | 1 +
>  package/supertuxkart/supertuxkart.mk | 1 +
>  2 files changed, 2 insertions(+)
>
> diff --git a/package/supertuxkart/Config.in b/package/supertuxkart/Config.in
> index 4919b50a2b..51759160eb 100644
> --- a/package/supertuxkart/Config.in
> +++ b/package/supertuxkart/Config.in
> @@ -9,6 +9,7 @@ config BR2_PACKAGE_SUPERTUXKART
>         depends on BR2_PACKAGE_HAS_LIBGL
>         depends on BR2_PACKAGE_XORG7
>         depends on !BR2_TOOLCHAIN_USES_MUSL
> +       select BR2_PACKAGE_FREETYPE
>         select BR2_PACKAGE_JPEG
>         select BR2_PACKAGE_LIBCURL
>         select BR2_PACKAGE_LIBGLU
> diff --git a/package/supertuxkart/supertuxkart.mk b/package/supertuxkart/supertuxkart.mk
> index 7636687780..dc4b23227d 100644
> --- a/package/supertuxkart/supertuxkart.mk
> +++ b/package/supertuxkart/supertuxkart.mk
> @@ -15,6 +15,7 @@ SUPERTUXKART_LICENSE = GPL-3.0+
>  SUPERTUXKART_LICENSE_FILES = COPYING
>
>  SUPERTUXKART_DEPENDENCIES = \
> +       freetype \
>         jpeg \
>         libcurl \
>         libgl \
> --
> 2.11.0
>

Looks good.

Acked-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>

Thanks,
Romain Naour Sept. 29, 2017, 9:49 p.m. UTC | #2
Hi All,

Le 29/09/2017 à 21:04, Ezequiel Garcia a écrit :
> On 29 September 2017 at 16:01, Bernd Kuhls <bernd.kuhls@t-online.de> wrote:
>> https://github.com/supertuxkart/stk-code/blob/master/CMakeLists.txt#L231
>>
>> Build would fail without this patch using this defconfig:
>>
>> BR2_x86_64=y
>> BR2_TOOLCHAIN_BUILDROOT_LOCALE=y
>> BR2_TOOLCHAIN_BUILDROOT_CXX=y
>> BR2_PACKAGE_SUPERTUXKART=y
>> BR2_PACKAGE_MESA3D=y
>> BR2_PACKAGE_MESA3D_DRI_DRIVER_I965=y
>> BR2_PACKAGE_MESA3D_OPENGL_EGL=y
>> BR2_PACKAGE_XORG7=y
>>
>> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
>> ---
>>  package/supertuxkart/Config.in       | 1 +
>>  package/supertuxkart/supertuxkart.mk | 1 +
>>  2 files changed, 2 insertions(+)
>>
>> diff --git a/package/supertuxkart/Config.in b/package/supertuxkart/Config.in
>> index 4919b50a2b..51759160eb 100644
>> --- a/package/supertuxkart/Config.in
>> +++ b/package/supertuxkart/Config.in
>> @@ -9,6 +9,7 @@ config BR2_PACKAGE_SUPERTUXKART
>>         depends on BR2_PACKAGE_HAS_LIBGL
>>         depends on BR2_PACKAGE_XORG7
>>         depends on !BR2_TOOLCHAIN_USES_MUSL
>> +       select BR2_PACKAGE_FREETYPE
>>         select BR2_PACKAGE_JPEG
>>         select BR2_PACKAGE_LIBCURL
>>         select BR2_PACKAGE_LIBGLU
>> diff --git a/package/supertuxkart/supertuxkart.mk b/package/supertuxkart/supertuxkart.mk
>> index 7636687780..dc4b23227d 100644
>> --- a/package/supertuxkart/supertuxkart.mk
>> +++ b/package/supertuxkart/supertuxkart.mk
>> @@ -15,6 +15,7 @@ SUPERTUXKART_LICENSE = GPL-3.0+
>>  SUPERTUXKART_LICENSE_FILES = COPYING
>>
>>  SUPERTUXKART_DEPENDENCIES = \
>> +       freetype \
>>         jpeg \
>>         libcurl \
>>         libgl \
>> --
>> 2.11.0
>>
> 
> Looks good.
> 
> Acked-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>

Reproduced here.

Acked-by: Romain Naour <romain.naour@gmail.com>
Tested-by: Romain Naour <romain.naour@gmail.com>

Best regards,
Romain

> 
> Thanks,
>
Peter Korsgaard Oct. 1, 2017, 9:09 p.m. UTC | #3
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > https://github.com/supertuxkart/stk-code/blob/master/CMakeLists.txt#L231
 > Build would fail without this patch using this defconfig:

 > BR2_x86_64=y
 > BR2_TOOLCHAIN_BUILDROOT_LOCALE=y
 > BR2_TOOLCHAIN_BUILDROOT_CXX=y
 > BR2_PACKAGE_SUPERTUXKART=y
 > BR2_PACKAGE_MESA3D=y
 > BR2_PACKAGE_MESA3D_DRI_DRIVER_I965=y
 > BR2_PACKAGE_MESA3D_OPENGL_EGL=y
 > BR2_PACKAGE_XORG7=y

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed, thanks.
Peter Korsgaard Oct. 17, 2017, 9:01 a.m. UTC | #4
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > https://github.com/supertuxkart/stk-code/blob/master/CMakeLists.txt#L231
 > Build would fail without this patch using this defconfig:

 > BR2_x86_64=y
 > BR2_TOOLCHAIN_BUILDROOT_LOCALE=y
 > BR2_TOOLCHAIN_BUILDROOT_CXX=y
 > BR2_PACKAGE_SUPERTUXKART=y
 > BR2_PACKAGE_MESA3D=y
 > BR2_PACKAGE_MESA3D_DRI_DRIVER_I965=y
 > BR2_PACKAGE_MESA3D_OPENGL_EGL=y
 > BR2_PACKAGE_XORG7=y

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed to 2017.08.x, thanks.
diff mbox series

Patch

diff --git a/package/supertuxkart/Config.in b/package/supertuxkart/Config.in
index 4919b50a2b..51759160eb 100644
--- a/package/supertuxkart/Config.in
+++ b/package/supertuxkart/Config.in
@@ -9,6 +9,7 @@  config BR2_PACKAGE_SUPERTUXKART
 	depends on BR2_PACKAGE_HAS_LIBGL
 	depends on BR2_PACKAGE_XORG7
 	depends on !BR2_TOOLCHAIN_USES_MUSL
+	select BR2_PACKAGE_FREETYPE
 	select BR2_PACKAGE_JPEG
 	select BR2_PACKAGE_LIBCURL
 	select BR2_PACKAGE_LIBGLU
diff --git a/package/supertuxkart/supertuxkart.mk b/package/supertuxkart/supertuxkart.mk
index 7636687780..dc4b23227d 100644
--- a/package/supertuxkart/supertuxkart.mk
+++ b/package/supertuxkart/supertuxkart.mk
@@ -15,6 +15,7 @@  SUPERTUXKART_LICENSE = GPL-3.0+
 SUPERTUXKART_LICENSE_FILES = COPYING
 
 SUPERTUXKART_DEPENDENCIES = \
+	freetype \
 	jpeg \
 	libcurl \
 	libgl \