diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-04-25 22:07:23 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-04-25 22:07:23 +0200 |
commit | 61e571a9ec1bf9f5f237184fc909340e0bb9bab4 (patch) | |
tree | afbae381964f483d073ba551dd85e7dfbd415839 /GNUmakefile | |
parent | 4bee5a27340c23764ebc43d8f8fbf990c8a62b01 (diff) | |
download | fbida-61e571a9ec1bf9f5f237184fc909340e0bb9bab4.tar.gz |
drop strsignal detection
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index 154a5e9..3b1b567 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -69,7 +69,6 @@ LIB := $(LIB) RESDIR := $(call ac_resdir) HAVE_LINUX_FB_H := $(call ac_header,linux/fb.h) HAVE_GLIBC := $(call ac_func,fopencookie) -HAVE_STRSIGNAL := $(call ac_func,strsignal) HAVE_CAIRO_GL := $(call ac_pkg_config,cairo-gl) HAVE_LIBPCD := $(call ac_lib,pcd_open,pcd) HAVE_LIBGIF := $(call ac_lib,DGifOpenFileName,gif) @@ -107,7 +106,7 @@ ifeq ($(HAVE_CAIRO_GL),yes) PKGS_FBPDF += cairo-gl endif -includes = STRSIGNAL CAIRO_GL +includes = CAIRO_GL libraries = PCD GIF CURL SANE LIRC ida_libs = PCD GIF WEBP CURL SANE fbi_libs = PCD GIF WEBP CURL LIRC |