diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-03-08 10:59:36 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-03-08 10:59:36 +0100 |
commit | d3d48f198ee71b4421d9fe7b2c66341db9ef2eff (patch) | |
tree | dcdf7647db217dc2830e91599c3610ecd30bb63a /selections.c | |
parent | 6f915fba4c1f8193adb248ee8b83781c950f5535 (diff) | |
download | fbida-d3d48f198ee71b4421d9fe7b2c66341db9ef2eff.tar.gz |
zap HAVE_LIBTIFF, tiff is a hard dependency now
Diffstat (limited to 'selections.c')
-rw-r--r-- | selections.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/selections.c b/selections.c index 35a5132..d09507b 100644 --- a/selections.c +++ b/selections.c @@ -610,9 +610,7 @@ void ipc_init() targets[ntargets++] = MIME_IMAGE_GIF; #endif targets[ntargets++] = MIME_IMAGE_PNG; -#ifdef HAVE_LIBTIFF targets[ntargets++] = MIME_IMAGE_TIFF; -#endif targets[ntargets++] = XA_PIXMAP; targets[ntargets++] = XA_STRING; |