Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] gpu-viv-bin-mx6q: select libXdamage and libXext when xorg enabled
@ 2013-09-18 12:01 Fatih Aşıcı
  2013-09-18 12:26 ` Fatih Aşıcı
  0 siblings, 1 reply; 2+ messages in thread
From: Fatih Aşıcı @ 2013-09-18 12:01 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Fatih A??c? <fatih.asici@gmail.com>
---
 package/freescale-imx/gpu-viv-bin-mx6q/Config.in |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/freescale-imx/gpu-viv-bin-mx6q/Config.in b/package/freescale-imx/gpu-viv-bin-mx6q/Config.in
index e80eae4..a3c2057 100644
--- a/package/freescale-imx/gpu-viv-bin-mx6q/Config.in
+++ b/package/freescale-imx/gpu-viv-bin-mx6q/Config.in
@@ -5,6 +5,8 @@ config BR2_PACKAGE_GPU_VIV_BIN_MX6Q
 	bool "gpu-viv-bin-mx6q"
 	select BR2_PACKAGE_HAS_OPENGL_EGL
 	select BR2_PACKAGE_HAS_OPENGL_ES
+	select BR2_PACKAGE_XLIB_LIBXDAMAGE if BR2_PACKAGE_XORG7
+	select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_XORG7
 	depends on BR2_arm # Only relevant for i.MX6
 	 # Library binaries are linked against libc.so.6
 	depends on BR2_TOOLCHAIN_USES_GLIBC
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] gpu-viv-bin-mx6q: select libXdamage and libXext when xorg enabled
  2013-09-18 12:01 [Buildroot] [PATCH] gpu-viv-bin-mx6q: select libXdamage and libXext when xorg enabled Fatih Aşıcı
@ 2013-09-18 12:26 ` Fatih Aşıcı
  0 siblings, 0 replies; 2+ messages in thread
From: Fatih Aşıcı @ 2013-09-18 12:26 UTC (permalink / raw)
  To: buildroot

On Wed, 2013-09-18 at 15:01 +0300, Fatih A??c? wrote:
> Signed-off-by: Fatih A??c? <fatih.asici@gmail.com>
> ---
>  package/freescale-imx/gpu-viv-bin-mx6q/Config.in |    2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/package/freescale-imx/gpu-viv-bin-mx6q/Config.in b/package/freescale-imx/gpu-viv-bin-mx6q/Config.in
> index e80eae4..a3c2057 100644
> --- a/package/freescale-imx/gpu-viv-bin-mx6q/Config.in
> +++ b/package/freescale-imx/gpu-viv-bin-mx6q/Config.in
> @@ -5,6 +5,8 @@ config BR2_PACKAGE_GPU_VIV_BIN_MX6Q
>  	bool "gpu-viv-bin-mx6q"
>  	select BR2_PACKAGE_HAS_OPENGL_EGL
>  	select BR2_PACKAGE_HAS_OPENGL_ES
> +	select BR2_PACKAGE_XLIB_LIBXDAMAGE if BR2_PACKAGE_XORG7
> +	select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_XORG7
>  	depends on BR2_arm # Only relevant for i.MX6
>  	 # Library binaries are linked against libc.so.6
>  	depends on BR2_TOOLCHAIN_USES_GLIBC

Sorry. I forgot to add dependencies in .mk file. We need this to build
packages in order.

I'll send a second patch.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-09-18 12:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-18 12:01 [Buildroot] [PATCH] gpu-viv-bin-mx6q: select libXdamage and libXext when xorg enabled Fatih Aşıcı
2013-09-18 12:26 ` Fatih Aşıcı

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox