diff options
-rw-r--r-- | repo/x11/libva.xibuild | 2 | ||||
-rw-r--r-- | repo/x11/libvdpau.xibuild | 2 |
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" |