Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/xlib_libX11: remove unrecognized option
@ 2019-06-30  8:50 Fabrice Fontaine
  2019-08-01 13:29 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2019-06-30  8:50 UTC (permalink / raw)
  To: buildroot

Remove --with-xcb as this option has been removed since version 1.3.99:
https://cgit.freedesktop.org/xorg/lib/libX11/commit/?id=15e5eaf62897b3179d1fbe457cb19f886f0449f8

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/x11r7/xlib_libX11/xlib_libX11.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/x11r7/xlib_libX11/xlib_libX11.mk b/package/x11r7/xlib_libX11/xlib_libX11.mk
index f0e52e0877..8d4f55b163 100644
--- a/package/x11r7/xlib_libX11/xlib_libX11.mk
+++ b/package/x11r7/xlib_libX11/xlib_libX11.mk
@@ -29,7 +29,6 @@ HOST_XLIB_LIBX11_DEPENDENCIES = \
 
 XLIB_LIBX11_CONF_OPTS = \
 	--disable-malloc0returnsnull \
-	--with-xcb \
 	--disable-specs \
 	--without-perl
 
-- 
2.14.1

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

end of thread, other threads:[~2019-08-01 13:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-30  8:50 [Buildroot] [PATCH 1/1] package/xlib_libX11: remove unrecognized option Fabrice Fontaine
2019-08-01 13:29 ` Peter Korsgaard

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