package/leptonica: drop spurious spaces
Drop spurious spaces added by commit
ccab2d636f
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
9a3e6c5406
commit
148b8edb9b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user