From 34b5ec0c2ae66511adb65d246287132f11abb3d4 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Mon, 10 Oct 2016 19:10:14 +0100 Subject: Bug 697094: Disable viewer text input on linux. Only Windows and Android have form filling text input implemented properly so far. Neither of those build using the Makefile. We therefore disable text input in Makefile built viewers. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index acf000ed..c6253230 100644 --- a/Makefile +++ b/Makefile @@ -40,6 +40,10 @@ CFLAGS += $(OPENSSL_CFLAGS) CFLAGS += $(ZLIB_CFLAGS) CFLAGS += $(LURATECH_CFLAGS) +# Disable viewer text input until such time as it's implemented +# on linux. +CFLAGS += -DDISABLE_TEXT_INPUT + # --- Commands --- ifneq "$(verbose)" "yes" -- cgit v1.2.3