mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
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 <ricardo.martincoski@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
087f628981
commit
94a39b0178
@ -18,7 +18,7 @@ ifeq ($(BR2_PACKAGE_CAIRO),y)
|
|||||||
POPPLER_CONF_OPTS += --enable-cairo-output
|
POPPLER_CONF_OPTS += --enable-cairo-output
|
||||||
POPPLER_DEPENDENCIES += cairo
|
POPPLER_DEPENDENCIES += cairo
|
||||||
else
|
else
|
||||||
POPLER_CONF_OPTS += --disable-cairo-output
|
POPPLER_CONF_OPTS += --disable-cairo-output
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LCMS2),y)
|
ifeq ($(BR2_PACKAGE_LCMS2),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user