summaryrefslogtreecommitdiff
path: root/repo
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
parentfd661b7964379359497f0c3345b6a6f677914f35 (diff)
fixed circular deps
Diffstat (limited to 'repo')
-rw-r--r--repo/x11/libva.xibuild2
-rw-r--r--repo/x11/libvdpau.xibuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/repo/x11/libva.xibuild b/repo/x11/libva.xibuild
index 26c59fc..9a465f5 100644
--- a/repo/x11/libva.xibuild
+++ b/repo/x11/libva.xibuild
@@ -1,7 +1,7 @@
#!/bin/bash
MAKEDEPS=(make)
-DEPS=(libdrm libgl libx11 libxext libxfixes wayland mesa)
+DEPS=(libdrm libgl libx11 libxext libxfixes wayland)
DESC="Video Acceleration API"
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"