summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Weber <matthew.weber@rockwellcollins.com>2018-09-04 14:13:47 -0500
committerPeter Korsgaard <peter@korsgaard.com>2018-09-04 23:03:25 +0200
commit13c6754f3c1d2a14516f641490e9dd6f4c183d7c (patch)
tree7b0c0066cfb69a6217a37bc8315beafee74fa350
parentdaf7dd87f4d93923df5e757fd43b3ad214a4a2ae (diff)
downloadbuildroot-13c6754f3c1d2a14516f641490e9dd6f4c183d7c.tar.gz
buildroot-13c6754f3c1d2a14516f641490e9dd6f4c183d7c.zip
package/xen: disable tools/qemu-xen/ opengl
Resolves: http://autobuild.buildroot.net/results/a7f2bf387458c2f0db6a4b555c51004f321f9320 Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/xen/xen.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/xen/xen.mk b/package/xen/xen.mk
index 29699cf0f9..a1685d371d 100644
--- a/package/xen/xen.mk
+++ b/package/xen/xen.mk
@@ -45,7 +45,7 @@ XEN_DEPENDENCIES += argp-standalone
endif
XEN_INSTALL_TARGET_OPTS += DESTDIR=$(TARGET_DIR) install-tools
XEN_MAKE_OPTS += dist-tools
-XEN_CONF_OPTS += --with-extra-qemuu-configure-args="--disable-sdl"
+XEN_CONF_OPTS += --with-extra-qemuu-configure-args="--disable-sdl --disable-opengl"
define XEN_INSTALL_INIT_SYSV
mv $(TARGET_DIR)/etc/init.d/xencommons $(TARGET_DIR)/etc/init.d/S50xencommons
OpenPOWER on IntegriCloud