From 371ec54e9f8415cd74af45acdcf67b413f50cce5 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 17 May 2017 14:27:44 +0200 Subject: ui: egl-headless requires dmabuf support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported-by: Thomas Huth Signed-off-by: Gerd Hoffmann Reviewed-by: Philippe Mathieu-Daudé Message-id: 20170517122744.3541-1-kraxel@redhat.com --- ui/Makefile.objs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui') diff --git a/ui/Makefile.objs b/ui/Makefile.objs index aac6ae8..3369451 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 -- cgit v1.1