summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig) <jan.steffens@gmail.com>2019-12-15 00:07:08 +0100
committerJan Alexander Steffens (heftig) <jan.steffens@gmail.com>2019-12-15 16:30:03 +0100
commita2be69d47884dd995ac6e9004ba2855f354f7522 (patch)
tree129a43685d2e8d4021920b28091aaff134c7bb2f
parentf1db3bc1368fd8355ca6a361f928d01e1f04252f (diff)
Client: Fix detection of linux-dmabuf
Change I84c8c1008724b49b6bedb4fc3ef398e292f1c6c7 fixed the tests in compositor/configure.json but missed the test in client/configure.json. Change-Id: I65ad424406438baa74ca80a9418e133510142118 Reviewed-by: Johan Helsing <johan.helsing@qt.io>
-rw-r--r--src/client/configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/configure.json b/src/client/configure.json
index e9e16324b..062139685 100644
--- a/src/client/configure.json
+++ b/src/client/configure.json
@@ -74,7 +74,7 @@
"label": "Linux dma-buf Buffer Sharing",
"type": "compile",
"test": "dmabuf_server_buffer",
- "use": "egl"
+ "use": "egl drm"
},
"vulkan-server-buffer": {
"label": "Vulkan Buffer Sharing",