From 148b8edb9b7ec6cc7143713c458d5467b6c4a83a Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Mon, 29 Nov 2021 07:32:15 +0100 Subject: [PATCH] package/leptonica: drop spurious spaces Drop spurious spaces added by commit ccab2d636fbee6eb8073ea2010442d7678a9ec54 Signed-off-by: Fabrice Fontaine Signed-off-by: Peter Korsgaard --- package/leptonica/leptonica.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/leptonica/leptonica.mk b/package/leptonica/leptonica.mk index 368078bf10..8791b0c4c2 100644 --- a/package/leptonica/leptonica.mk +++ b/package/leptonica/leptonica.mk @@ -16,9 +16,9 @@ LEPTONICA_CONF_OPTS += --disable-programs ifeq ($(BR2_PACKAGE_GIFLIB),y) LEPTONICA_DEPENDENCIES += giflib -LEPTONICA_CONF_OPTS += --with-giflib +LEPTONICA_CONF_OPTS += --with-giflib else -LEPTONICA_CONF_OPTS += --without-giflib +LEPTONICA_CONF_OPTS += --without-giflib endif ifeq ($(BR2_PACKAGE_JPEG),y)