summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorGerd Hoffmann2017-05-17 14:27:44 +0200
committerGerd Hoffmann2017-05-19 10:46:00 +0200
commit371ec54e9f8415cd74af45acdcf67b413f50cce5 (patch)
tree4b9b8b4ec34a8aa9dcdba0fa3feb1b6220ea4eda /ui
parentMerge remote-tracking branch 'dgilbert/tags/pull-hmp-20170517' into staging (diff)
downloadqemu-371ec54e9f8415cd74af45acdcf67b413f50cce5.tar.gz
qemu-371ec54e9f8415cd74af45acdcf67b413f50cce5.tar.xz
qemu-371ec54e9f8415cd74af45acdcf67b413f50cce5.zip
ui: egl-headless requires dmabuf support
Reported-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20170517122744.3541-1-kraxel@redhat.com
Diffstat (limited to 'ui')
-rw-r--r--ui/Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/Makefile.objs b/ui/Makefile.objs
index aac6ae8bef..3369451285 100644
--- a/ui/Makefile.objs
+++ b/ui/Makefile.objs
@@ -33,7 +33,7 @@ common-obj-y += shader.o
common-obj-y += console-gl.o
common-obj-y += egl-helpers.o
common-obj-y += egl-context.o
-common-obj-y += egl-headless.o
+common-obj-$(CONFIG_OPENGL_DMABUF) += egl-headless.o
ifeq ($(CONFIG_GTK_GL),y)
common-obj-$(CONFIG_GTK) += gtk-gl-area.o
else