aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/config.mk b/config.mk
index fb28086..b1faec6 100644
--- a/config.mk
+++ b/config.mk
@@ -16,11 +16,6 @@ HAVE_INOTIFY = $(OPT_DEP_DEFAULT)
HAVE_LIBFONTS = $(OPT_DEP_DEFAULT)
HAVE_LIBEXIF = $(OPT_DEP_DEFAULT)
-# unused if imlib2 version is 1.8.0 or higher.
-# these options will be removed eventually.
-HAVE_LIBGIF = $(OPT_DEP_DEFAULT)
-HAVE_LIBWEBP = $(OPT_DEP_DEFAULT)
-
# CFLAGS, any additional compiler flags goes here
CFLAGS = -Wall -pedantic -O2 -DNDEBUG
# Uncomment for a debug build using gcc/clang