Skip to content

Commit

Permalink
Merge pull request #193 from anholt/issue-188
Browse files Browse the repository at this point in the history
Ensure Autotools enables EGL-X11 support
  • Loading branch information
ebassi authored Oct 4, 2018
2 parents 439e8b7 + a5c019e commit 16b1481
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ if test x$enable_x11 = xno; then
AC_MSG_ERROR([GLX support is explicitly enabled, but X11 was disabled])
fi
build_glx=no
else
AC_DEFINE([ENABLE_X11], [1], [Whether X11 support is enabled])
fi

AM_CONDITIONAL(BUILD_EGL, test x$build_egl = xyes)
Expand Down

0 comments on commit 16b1481

Please sign in to comment.