Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/xorgproto: enable legacy
@ 2019-06-23  8:13 Fabrice Fontaine
  2019-06-23 10:46 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2019-06-23  8:13 UTC (permalink / raw)
  To: buildroot

xproxymngproto is needed by xfindproxy but it is now disabled by default
Enable it thanks to --enable-legacy

Fixes:
 - http://autobuild.buildroot.org/results/4b21400c36e8ba7a8222f9da962f79e42c6146d3

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

diff --git a/package/x11r7/xorgproto/xorgproto.mk b/package/x11r7/xorgproto/xorgproto.mk
index 9e8abd4c6a..458efbc731 100644
--- a/package/x11r7/xorgproto/xorgproto.mk
+++ b/package/x11r7/xorgproto/xorgproto.mk
@@ -47,6 +47,8 @@ XORGPROTO_LICENSE_FILES = \
 	COPYING-xineramaproto
 XORGPROTO_INSTALL_STAGING = YES
 XORGPROTO_INSTALL_TARGET = NO
+# xproxymngproto is needed by xfindproxy
+XORGPROTO_CONF_OPTS += --enable-legacy
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))
-- 
2.20.1

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

end of thread, other threads:[~2019-06-23 10:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-23  8:13 [Buildroot] [PATCH 1/1] package/xorgproto: enable legacy Fabrice Fontaine
2019-06-23 10:46 ` Thomas Petazzoni

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