diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-01-18 10:37:49 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-01-18 10:37:49 +0100 |
commit | 0c7a31adf1d05ab1fcf79cfd1c529f38192cab65 (patch) | |
tree | 60540f1977b2a29be68ab63fde88fadc832a5003 /GNUmakefile | |
parent | 63d51144092e0c51e65221f1544d7aef2950eec9 (diff) | |
download | fbida-0c7a31adf1d05ab1fcf79cfd1c529f38192cab65.tar.gz |
drop sane support
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/GNUmakefile b/GNUmakefile index db7ecd6..0d35e21 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -73,8 +73,6 @@ HAVE_LIBGIF := $(call ac_lib,DGifOpenFileName,gif) HAVE_LIBWEBP := $(call ac_pkg_config,libwebp) HAVE_MOTIF := $(call ac_lib,XmStringGenerate,Xm,-L/usr/X11R6/$(LIB) -lXpm -lXt -lXext -lX11) JPEG_VER := $(call ac_jpeg_ver) -# deprecated -#HAVE_LIBSANE := $(call ac_lib,sane_init,sane) endef # transposing @@ -93,18 +91,16 @@ ifeq ($(HAVE_CAIRO_GL),yes) endif includes = CAIRO_GL -libraries = PCD GIF SANE -ida_libs = PCD GIF WEBP SANE +libraries = PCD GIF +ida_libs = PCD GIF WEBP fbi_libs = PCD GIF WEBP PCD_LDLIBS := -lpcd GIF_LDLIBS := -lgif -SANE_LDLIBS := -lsane WEBP_OBJS := rd/read-webp.o PCD_OBJS := rd/read-pcd.o GIF_OBJS := rd/read-gif.o -SANE_OBJS := sane.o # common objs OBJS_READER := readers.o rd/read-ppm.o rd/read-bmp.o rd/read-jpeg.o \ |