[Mesa-dev] [PATCH 1/7] broadcom/vc4: Drop libdrm_vc4 requirement
Stefan Schake
stschake at gmail.com
Sat Apr 21 22:41:19 UTC 2018
This was missed in the move back to the local uapi copy.
libdrm_vc4 only seems to consist of headers that also exist in the
Mesa tree.
Signed-off-by: Stefan Schake <stschake at gmail.com>
---
configure.ac | 1 -
1 file changed, 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 33c8d0820d..9a38471af8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2714,7 +2714,6 @@ if test -n "$with_gallium_drivers"; then
;;
xvc4)
HAVE_GALLIUM_VC4=yes
- require_libdrm "vc4"
PKG_CHECK_MODULES([SIMPENROSE], [simpenrose],
[USE_VC4_SIMULATOR=yes;
--
2.14.1
More information about the mesa-dev
mailing list