fixed typo that prevented tiff support from being enabled by default
This commit is contained in:
@@ -158,7 +158,7 @@ ifndef CONFIG_GUESS
|
|||||||
export BF_PCRE_LIBS ?= $(BF_PCRE)/lib/libpcre.a
|
export BF_PCRE_LIBS ?= $(BF_PCRE)/lib/libpcre.a
|
||||||
endif
|
endif
|
||||||
|
|
||||||
export WITH_TIFF =? true
|
export WITH_TIFF ?= true
|
||||||
|
|
||||||
# Compare recreated .mo files with committed ones
|
# Compare recreated .mo files with committed ones
|
||||||
export BF_VERIFY_MO_FILES ?= true
|
export BF_VERIFY_MO_FILES ?= true
|
||||||
|
Reference in New Issue
Block a user