summaryrefslogtreecommitdiff
path: root/src/config.mak
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.mak')
-rw-r--r--src/config.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.mak b/src/config.mak
index 0697d9c..6f07692 100644
--- a/src/config.mak
+++ b/src/config.mak
@@ -77,12 +77,12 @@ ifdef USE_GDK
endif
LIBS += freetype6
else
- ifeq ($(findstring MacOS, $(TEC_UNAME)), )
+# ifeq ($(findstring MacOS, $(TEC_UNAME)), )
ifdef ADD_CAIRO
SRC += cairo/cdcairoprn_unix.c
endif
INCLUDES += $(GTK)/include/gtk-unix-print-2.0
- endif
+# endif
LIBS += freetype
endif
else