mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-17 12:18:08 +02:00
configure.ac: Indent --disable-egl option correctly
This commit is contained in:
parent
1bfe2e6f4b
commit
f82a80675c
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ AC_CHECK_FUNCS([mkostemp strchrnul])
|
|||
|
||||
COMPOSITOR_MODULES="wayland-server xkbcommon pixman-1"
|
||||
|
||||
AC_ARG_ENABLE(egl, [ --disable-egl],,
|
||||
AC_ARG_ENABLE(egl, [ --disable-egl],,
|
||||
enable_egl=yes)
|
||||
AM_CONDITIONAL(ENABLE_EGL, test x$enable_egl = xyes)
|
||||
if test x$enable_egl = xyes; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue