aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2017-04-28 07:08:01 +0200
committerGerd Hoffmann <kraxel@redhat.com>2017-04-28 07:08:01 +0200
commit66223dd0f2402a92c23c0874ff70abc9095d3b4b (patch)
tree08b33cbd03cd878e68d9647ff7ff433124730d7c /GNUmakefile
parente2210e225a238e29d20a62f2dd9e81beb0fa2d9f (diff)
downloadfbida-66223dd0f2402a92c23c0874ff70abc9095d3b4b.tar.gz
deprecate curl, sane and lirc support
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 048e17c..3eb619a 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -67,16 +67,17 @@ define make-config
LIB := $(LIB)
RESDIR := $(call ac_resdir)
HAVE_LINUX_FB_H := $(call ac_header,linux/fb.h)
-HAVE_GLIBC := $(call ac_func,fopencookie)
HAVE_CAIRO_GL := $(call ac_pkg_config,cairo-gl)
HAVE_LIBPCD := $(call ac_lib,pcd_open,pcd)
HAVE_LIBGIF := $(call ac_lib,DGifOpenFileName,gif)
HAVE_LIBWEBP := $(call ac_pkg_config,libwebp)
-HAVE_LIBSANE := $(call ac_lib,sane_init,sane)
-HAVE_LIBCURL := $(call ac_lib,curl_easy_init,curl)
-HAVE_LIBLIRC := $(call ac_lib,lirc_init,lirc_client)
HAVE_MOTIF := $(call ac_lib,XmStringGenerate,Xm,-L/usr/X11R6/$(LIB) -lXpm -lXt -lXext -lX11)
JPEG_VER := $(call ac_jpeg_ver)
+# deprecated
+#HAVE_GLIBC := $(call ac_func,fopencookie)
+#HAVE_LIBSANE := $(call ac_lib,sane_init,sane)
+#HAVE_LIBCURL := $(call ac_lib,curl_easy_init,curl)
+#HAVE_LIBLIRC := $(call ac_lib,lirc_init,lirc_client)
endef
# transposing