summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-07-03 16:20:40 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-07-03 17:17:58 +0200
commit7ee705345f3c9910150953450a0b820efc46deca (patch)
treeca557a797f6f03863740b77ecb692f48e40e6bdd
parent7a34bf6f27d6a52d5712b551fc3ddc4863598e06 (diff)
downloadptxdist-7ee705345f3c9910150953450a0b820efc46deca.tar.gz
ptxdist-7ee705345f3c9910150953450a0b820efc46deca.tar.xz
poppler: fix typo
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/poppler.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/poppler.make b/rules/poppler.make
index d1e4570e8..7ac676bf1 100644
--- a/rules/poppler.make
+++ b/rules/poppler.make
@@ -44,7 +44,7 @@ POPPLER_AUTOCONF := \
--disable-libopenjpeg \
--disable-libtiff \
--$(call ptx/endis, PTXCONF_POPPLER_ZLIB)-zlib \
- --$(call ptx/endis, PTXCONF_POPPLER_LIB)-libcurl \
+ --$(call ptx/endis, PTXCONF_POPPLER_CURL)-libcurl \
--$(call ptx/endis, PTXCONF_POPPLER_JPEG)-libjpeg \
--$(call ptx/endis, PTXCONF_POPPLER_PNG)-libpng \
--$(call ptx/endis, PTXCONF_POPPLER_SPLASH)-splash-output \