mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
configure.ac: Enable egl demos when --enable-egl is passed
This commit is contained in:
parent
ab487f7ffa
commit
1ebc568154
1 changed files with 4 additions and 0 deletions
|
|
@ -924,6 +924,10 @@ if test "x$enable_egl" = xyes; then
|
|||
EGL_DRIVERS_DIRS="$EGL_DRIVERS_DIRS dri2"
|
||||
fi
|
||||
fi
|
||||
|
||||
if test "$with_demos" = yes; then
|
||||
PROGRAM_DIRS="$PROGRAM_DIRS egl"
|
||||
fi
|
||||
fi
|
||||
AC_SUBST([EGL_LIB_DEPS])
|
||||
AC_SUBST([EGL_DRIVERS_DIRS])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue