summaryrefslogtreecommitdiff
path: root/fluid
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-09-10 07:44:23 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-09-10 07:44:23 +0200
commitb37576aa55a9b93e94fb6d1c63e45ad182de1f28 (patch)
tree12eeb65bc898a45b3b16ebf2b5217ca6359c67d7 /fluid
parent203e7b70985b269de64a5b855c0ed9f1c5dfffd9 (diff)
New configure setting "--enable-wayland --disable-x11" to build pure Wayland platform.
Diffstat (limited to 'fluid')
-rw-r--r--fluid/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/Makefile b/fluid/Makefile
index f8423ce5d..aa85f8d14 100644
--- a/fluid/Makefile
+++ b/fluid/Makefile
@@ -50,6 +50,7 @@ CPPFILES_X11 = ExternalCodeEditor_UNIX.cxx
CPPFILES_XFT = ExternalCodeEditor_UNIX.cxx
CPPFILES_CAIRO = ExternalCodeEditor_UNIX.cxx
CPPFILES_WAYLAND = ExternalCodeEditor_UNIX.cxx
+CPPFILES_WAYLANDX11 = ExternalCodeEditor_UNIX.cxx
CPPFILES += $(CPPFILES_$(BUILD))