From da5efb95d55bebd21b1d21ecfa94f04e14d7c9ec Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 22 Mar 2022 21:47:22 +0100 Subject: Add support of configure --enable-wayland --disable-gl - Cont'd. --- makeinclude.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'makeinclude.in') 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@ -- cgit v1.2.3