package/xorgproto: enable legacy
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 23 Jun 2019 08:13:42 +0000 (10:13 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 23 Jun 2019 10:42:35 +0000 (12:42 +0200)
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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/x11r7/xorgproto/xorgproto.mk

index 9e8abd4c6aa9f6e2a6074604db4543d7c617847c..458efbc731f25285be8cbcdd75c50d8743b946e7 100644 (file)
@@ -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))