Add support of configure --enable-wayland --disable-gl - Cont'd.

This commit is contained in:
ManoloFLTK
2022-03-22 21:47:22 +01:00
parent 7432079632
commit da5efb95d5
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -258,6 +258,7 @@ AC_SUBST(FLTKCAIROOPTION)
AC_SUBST(FLLIBNAME) AC_SUBST(FLLIBNAME)
AC_SUBST(GLDEMOS) AC_SUBST(GLDEMOS)
AC_SUBST(GLWLDEMO)
AC_SUBST(GLLIBNAME) AC_SUBST(GLLIBNAME)
AC_SUBST(IMGLIBNAME) AC_SUBST(IMGLIBNAME)
AC_SUBST(CAIROLIBNAME) AC_SUBST(CAIROLIBNAME)
+1
View File
@@ -116,6 +116,7 @@ EXEEXT = @EXEEXT@
# Do we build the OpenGL demos? # Do we build the OpenGL demos?
GLDEMOS = @GLDEMOS@ GLDEMOS = @GLDEMOS@
GLWLDEMO = @GLWLDEMO@
# Do we build the threads demo? # Do we build the threads demo?
THREADS = @THREADS@ THREADS = @THREADS@