From 0e8837f1bc69f7c8c9d1976550ea5b86e7e3d342 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 19 Feb 2022 02:25:59 +0000 Subject: fixed circular deps --- repo/x11/libva.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo/x11/libva.xibuild') 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" -- cgit v1.2.1