Skip to content

Commit

Permalink
Fix configure
Browse files Browse the repository at this point in the history
  • Loading branch information
Nexarian committed May 10, 2022
1 parent 0dd978c commit a651706
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ AC_ARG_ENABLE(glamor, AS_HELP_STRING([--enable-glamor],
[], [enable_glamor=no])
AM_CONDITIONAL(WITH_GLAMOR, [test x$enable_glamor = xyes])

AC_ARG_ENABLE(lrandr, AS_HELP_STRING([--enable-lrandr],
[Use local randr (default: no)]),
[], [enable_lrandr=no])
AM_CONDITIONAL(WITH_LRANDR, [test x$enable_lrandr = xyes])

AM_CONDITIONAL(WITH_SIMD_AMD64, [test x$simd_arch = xx86_64])
AM_CONDITIONAL(WITH_SIMD_X86, [test x$simd_arch = xi386])

Expand Down

0 comments on commit a651706

Please sign in to comment.