* [Buildroot] [PATCH] gdk-pixbuf: build x11 support, if appropriate
@ 2012-08-09 11:00 spdawson at gmail.com
2012-08-11 18:23 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: spdawson at gmail.com @ 2012-08-09 11:00 UTC (permalink / raw)
To: buildroot
From: Simon Dawson <spdawson@gmail.com>
If libX11 is available, then gdk-pixbuf can be built with X11 support.
Signed-off-by: Simon Dawson <spdawson@gmail.com>
---
package/gdk-pixbuf/gdk-pixbuf.mk | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/package/gdk-pixbuf/gdk-pixbuf.mk b/package/gdk-pixbuf/gdk-pixbuf.mk
index 751f499..0d9e206 100644
--- a/package/gdk-pixbuf/gdk-pixbuf.mk
+++ b/package/gdk-pixbuf/gdk-pixbuf.mk
@@ -34,6 +34,11 @@ else
GDK_PIXBUF_DEPENDENCIES += tiff
endif
+ifeq ($(BR2_PACKAGE_XLIB_LIBX11),y)
+GDK_PIXBUF_CONF_OPT += --with-x11
+GDK_PIXBUF_DEPENDENCIES += xlib_libX11
+endif
+
GDK_PIXBUF_DEPENDENCIES += \
$(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext libintl) \
$(if $(BR2_ENABLE_LOCALE),,libiconv) \
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] gdk-pixbuf: build x11 support, if appropriate
2012-08-09 11:00 [Buildroot] [PATCH] gdk-pixbuf: build x11 support, if appropriate spdawson at gmail.com
@ 2012-08-11 18:23 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2012-08-11 18:23 UTC (permalink / raw)
To: buildroot
Le Thu, 9 Aug 2012 12:00:09 +0100,
spdawson at gmail.com a ?crit :
> From: Simon Dawson <spdawson@gmail.com>
>
> If libX11 is available, then gdk-pixbuf can be built with X11 support.
>
> Signed-off-by: Simon Dawson <spdawson@gmail.com>
Applied to next.
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-11 18:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-09 11:00 [Buildroot] [PATCH] gdk-pixbuf: build x11 support, if appropriate spdawson at gmail.com
2012-08-11 18:23 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox