aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-12-07 16:20:54 +0100
committerSimon Ser <contact@emersion.fr>2021-12-07 16:20:54 +0100
commit1fbd13ec799c472558aef37436367f0e947f7d89 (patch)
tree602a0f8265bf4e2031f64d9a30a532c2dccbdd35
parent90e9d327ddc64b1b80c0e3b286cfbb9675b619d0 (diff)
examples: remove unnecessary partial_dependency() call
The definition of the "drm" dep already calls it.
-rw-r--r--examples/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/meson.build b/examples/meson.build
index bb798f25..26d103bb 100644
--- a/examples/meson.build
+++ b/examples/meson.build
@@ -129,7 +129,7 @@ clients = {
libavcodec,
libavformat,
libavutil,
- drm.partial_dependency(compile_args: true), # <drm_fourcc.h>
+ drm,
threads,
],
'proto': ['wlr-export-dmabuf-unstable-v1'],