Skip to content

Commit

Permalink
util: compile drm.o on posix
Browse files Browse the repository at this point in the history
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>
Message-id: 20190524130946.31736-5-marcandre.lureau@redhat.com

[ kraxel s/LINUX/POSIX/ (fixes openbsd build failure) ]

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
  • Loading branch information
elmarco authored and kraxel committed May 29, 2019
1 parent 83a7d3c commit b213fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/Makefile.objs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ 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_POSIX) += drm.o
util-obj-y += guest-random.o

stub-obj-y += filemonitor-stub.o

0 comments on commit b213fee

Please sign in to comment.