summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2018-05-01 12:20:11 -0700
committerEric Anholt <eric@anholt.net>2018-05-16 21:19:07 +0100
commit795488d2bf4c7b500634d6928e96c4533e515cfe (patch)
treea00cabd12625b69afdaf72dfda06c95fd770a787 /configure.ac
parent01ae6a918111196e9cce7a817445db0b11825f9f (diff)
v3d: Enable the driver by default.
Now that we have a stabilized ABI and a fairly conformant driver, turn it on.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a73471b7b45..30980151ee1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2740,7 +2740,7 @@ if test -n "$with_gallium_drivers"; then
PKG_CHECK_MODULES([V3D_SIMULATOR], [v3dv3],
[USE_V3D_SIMULATOR=yes;
DEFINES="$DEFINES -DUSE_V3D_SIMULATOR"],
- [AC_MSG_ERROR([vc5 requires the simulator])])
+ [USE_V3D_SIMULATOR=no])
;;
xpl111)
HAVE_GALLIUM_PL111=yes