diff options
author | Stéphane Aulery <saulery@free.fr> | 2014-11-26 18:50:15 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-11-27 09:17:16 +0100 |
commit | bc769f00481213be9832c35e9d09aeb857413d30 (patch) | |
tree | c95c7bb748f0f50dcca2eeafd4685364c0232b08 /GNUmakefile | |
parent | 3ca027189b09f87cb3fb710d67ba2340411707c0 (diff) | |
download | fbida-bc769f00481213be9832c35e9d09aeb857413d30.tar.gz |
Drop a dependency for the unused external function strcasestr (2)
Signed-off-by: Stéphane Aulery <saulery@free.fr>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index fdd5091..2d18ab4 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -74,7 +74,7 @@ PKG_CONFIG = pkg-config ######################################################################## # conditional stuff -includes = ENDIAN_H STRCASESTR STRSIGNAL NEW_EXIF +includes = ENDIAN_H STRSIGNAL NEW_EXIF libraries = PCD GIF PNG TIFF WEBP CURL SANE LIRC ida_libs = PCD GIF PNG TIFF WEBP CURL SANE fbi_libs = PCD GIF PNG TIFF WEBP CURL LIRC |