diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-03-22 21:47:22 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-03-22 21:47:22 +0100 |
| commit | da5efb95d55bebd21b1d21ecfa94f04e14d7c9ec (patch) | |
| tree | 7ef12c0b1b07b4b199bbeab062e6ed9a0fc40055 | |
| parent | 74320796326539d0ea31eded4f78637a6824e2e8 (diff) | |
Add support of configure --enable-wayland --disable-gl - Cont'd.
| -rw-r--r-- | configure.ac | 1 | ||||
| -rw-r--r-- | makeinclude.in | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 14ede4061..941e4b973 100644 --- a/configure.ac +++ b/configure.ac @@ -258,6 +258,7 @@ AC_SUBST(FLTKCAIROOPTION) AC_SUBST(FLLIBNAME) AC_SUBST(GLDEMOS) +AC_SUBST(GLWLDEMO) AC_SUBST(GLLIBNAME) AC_SUBST(IMGLIBNAME) AC_SUBST(CAIROLIBNAME) diff --git a/makeinclude.in b/makeinclude.in index e17315543..49db6e705 100644 --- a/makeinclude.in +++ b/makeinclude.in @@ -115,7 +115,8 @@ CAIRODIR = @CAIRODIR@ EXEEXT = @EXEEXT@ # Do we build the OpenGL demos? -GLDEMOS = @GLDEMOS@ +GLDEMOS = @GLDEMOS@ +GLWLDEMO = @GLWLDEMO@ # Do we build the threads demo? THREADS = @THREADS@ |
