summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-11-15 16:38:12 +0100
committerTor Andersson <tor.andersson@artifex.com>2016-11-16 12:24:29 +0100
commitce90119c0102092e1d743b4a1ec88c40570ff7ac (patch)
treec8bfcc3bf5f2e897261df2b540a54cb8e7f0e857 /Makefile
parentadaa08a921d32f3c1600c5c855e7da9ffb8a994a (diff)
downloadmupdf-ce90119c0102092e1d743b4a1ec88c40570ff7ac.tar.xz
Fix 697334: disable text input in x11 viewer permanently.
The hacky stdin workaround has never worked satisfactorily. Just nuke it.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 838d5565..920f3c6c 100644
--- a/Makefile
+++ b/Makefile
@@ -40,10 +40,6 @@ 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"