diff options
author | Stefan Schake <[email protected]> | 2018-04-25 00:00:55 +0200 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2018-05-17 16:04:12 +0100 |
commit | 1ec01a911b7b4dc63c47fb16288b6d9962aeb60f (patch) | |
tree | 06adf92a28a58d8ce772afabc222b00fa735eb7a /configure.ac | |
parent | 97894b1267923dee25ea5263e547ac8822ef7095 (diff) |
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 <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 30980151ee1..681696e7894 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; |