From: Peter Korsgaard Date: Tue, 7 Feb 2017 08:38:37 +0000 (+0100) Subject: poppler: fix typo in variable name X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=94a39b017882f4cbe0c7cd863bf6a9c27fe4b35d;p=buildroot.git poppler: fix typo in variable name As pointed out during the check-package discussion, there is a typo in a variable name: http://lists.busybox.net/pipermail/buildroot/2016-December/180765.html Reported-by: Ricardo Martincoski Signed-off-by: Peter Korsgaard --- diff --git a/package/poppler/poppler.mk b/package/poppler/poppler.mk index c40d5fff0e..3e8a9f4c36 100644 --- a/package/poppler/poppler.mk +++ b/package/poppler/poppler.mk @@ -18,7 +18,7 @@ ifeq ($(BR2_PACKAGE_CAIRO),y) POPPLER_CONF_OPTS += --enable-cairo-output POPPLER_DEPENDENCIES += cairo else -POPLER_CONF_OPTS += --disable-cairo-output +POPPLER_CONF_OPTS += --disable-cairo-output endif ifeq ($(BR2_PACKAGE_LCMS2),y)