* [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
* [Buildroot] [PATCH 1/1] package/xorgproto: enable legacy
2019-06-23 8:13 [Buildroot] [PATCH 1/1] package/xorgproto: enable legacy Fabrice Fontaine
@ 2019-06-23 10:46 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-06-23 10:46 UTC (permalink / raw)
To: buildroot
Fabrice, Bernd,
On Sun, 23 Jun 2019 10:13:42 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> 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(+)
I've applied to master, as your patch is the most direct solution for
the build issue. However, if this protocol is now considered legacy,
perhaps we should simply drop the xfindproxy package ? I doubt it is
used at all...
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [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