package/xorgproto: enable legacy

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>
This commit is contained in:
Fabrice Fontaine 2019-06-23 10:13:42 +02:00 committed by Thomas Petazzoni
parent ced273e4f1
commit 5534a166fb

View 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))