summaryrefslogtreecommitdiff
path: root/repo/x11/libvdpau.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-02-19 02:25:59 +0000
committerdavidovski <david@davidovski.xyz>2022-02-19 02:25:59 +0000
commit0e8837f1bc69f7c8c9d1976550ea5b86e7e3d342 (patch)
tree53ff08069db181a48c3f80835ecb08296b9ff2bc /repo/x11/libvdpau.xibuild
parentfd661b7964379359497f0c3345b6a6f677914f35 (diff)
fixed circular deps
Diffstat (limited to 'repo/x11/libvdpau.xibuild')
-rw-r--r--repo/x11/libvdpau.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/x11/libvdpau.xibuild b/repo/x11/libvdpau.xibuild
index bcb525a..361bbc3 100644
--- a/repo/x11/libvdpau.xibuild
+++ b/repo/x11/libvdpau.xibuild
@@ -1,7 +1,7 @@
#!/bin/bash
MAKEDEPS=(meson doxygen texlive)
-DEPS=(libxext mesa graphviz)
+DEPS=(libxext graphviz)
DESC="X.org amdgpu video driver"