mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-16 08:56:26 -05:00
examples: remove unnecessary partial_dependency() call
The definition of the "drm" dep already calls it.
This commit is contained in:
parent
90e9d327dd
commit
1fbd13ec79
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ clients = {
|
||||||
libavcodec,
|
libavcodec,
|
||||||
libavformat,
|
libavformat,
|
||||||
libavutil,
|
libavutil,
|
||||||
drm.partial_dependency(compile_args: true), # <drm_fourcc.h>
|
drm,
|
||||||
threads,
|
threads,
|
||||||
],
|
],
|
||||||
'proto': ['wlr-export-dmabuf-unstable-v1'],
|
'proto': ['wlr-export-dmabuf-unstable-v1'],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue