diff options
author | Eric Anholt <eric@anholt.net> | 2015-11-21 13:07:42 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2015-11-22 13:15:40 -0800 |
commit | a39eac80fd491abb990b0b77dd5e4adc5b9c53e1 (patch) | |
tree | 88898be16e2612f20133ab8f62f2c34091aa6d19 /configure.ac | |
parent | d1212abf505a468c9947a66dbf2d59acb4616e42 (diff) |
vc4: Just put USE_VC4_SIMULATOR in DEFINES.
In the pipe-loader reworks, it was missed in one of the new directories it
was used.
Cc: mesa-stable@lists.freedesktop.org
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 91fdfe5f9c..120c93e7e7 100644 --- a/configure.ac +++ b/configure.ac @@ -2173,7 +2173,9 @@ if test -n "$with_gallium_drivers"; then gallium_require_drm_loader PKG_CHECK_MODULES([SIMPENROSE], [simpenrose], - [USE_VC4_SIMULATOR=yes], [USE_VC4_SIMULATOR=no]) + [USE_VC4_SIMULATOR=yes; + DEFINES="$DEFINES -DUSE_VC4_SIMULATOR"], + [USE_VC4_SIMULATOR=no]) ;; xvirgl) HAVE_GALLIUM_VIRGL=yes |