examples: remove unnecessary partial_dependency() call

The definition of the "drm" dep already calls it.
master
Simon Ser 3 years ago
parent 90e9d327dd
commit 1fbd13ec79

@ -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'],

Loading…
Cancel
Save