poppler: fix typo in variable name
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 7 Feb 2017 08:38:37 +0000 (09:38 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 7 Feb 2017 08:43:35 +0000 (09:43 +0100)
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 <ricardo.martincoski@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/poppler/poppler.mk

index c40d5fff0ef488f72539ee5b60baab32ef545a90..3e8a9f4c36a3e047ce028001b398ad191d600486 100644 (file)
@@ -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)