From b37576aa55a9b93e94fb6d1c63e45ad182de1f28 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sat, 10 Sep 2022 07:44:23 +0200 Subject: New configure setting "--enable-wayland --disable-x11" to build pure Wayland platform. --- fluid/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'fluid') 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)) -- cgit v1.2.3