diff mbox series

[v6,07/11] util: compile drm.o on Linux

Message ID 20190423132004.13725-8-marcandre.lureau@redhat.com
State New
Headers show
Series vhost-user for input & GPU | expand

Commit Message

Marc-André Lureau April 23, 2019, 1:20 p.m. UTC
OpenGL isn't required to use DRM rendernodes. The following patches
uses it for 2d resources for ex.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
 util/Makefile.objs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/util/Makefile.objs b/util/Makefile.objs
index 835fcd69e2..119a3f9b25 100644
--- a/util/Makefile.objs
+++ b/util/Makefile.objs
@@ -52,6 +52,6 @@  util-obj-y += systemd.o
 util-obj-y += iova-tree.o
 util-obj-$(CONFIG_INOTIFY1) += filemonitor-inotify.o
 util-obj-$(CONFIG_LINUX) += vfio-helpers.o
-util-obj-$(CONFIG_OPENGL) += drm.o
+util-obj-$(CONFIG_LINUX) += drm.o
 
 stub-obj-y += filemonitor-stub.o