Mesa (master): broadcom/vc4: Drop libdrm_vc4 requirement

Eric Anholt anholt at kemper.freedesktop.org
Thu May 17 15:05:09 UTC 2018


Module: Mesa
Branch: master
Commit: 1ec01a911b7b4dc63c47fb16288b6d9962aeb60f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1ec01a911b7b4dc63c47fb16288b6d9962aeb60f

Author: Stefan Schake <stschake at gmail.com>
Date:   Wed Apr 25 00:00:55 2018 +0200

broadcom/vc4: Drop libdrm_vc4 requirement

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>
Reviewed-by: Eric Anholt <eric at anholt.net>

---

 configure.ac | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 30980151ee..681696e789 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2727,7 +2727,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;




More information about the mesa-commit mailing list