mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
python-pillow: fix typo on tiff package dependency
Fixes: http://autobuild.buildroot.net/results/5ac12f08a366fc15ec138c900df0e5f62d0b70bc/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
d5ae67b4f4
commit
ded16b8287
@ -33,7 +33,7 @@ else
|
|||||||
PYTHON_PILLOW_BUILD_OPTS += --disable-jpeg2000
|
PYTHON_PILLOW_BUILD_OPTS += --disable-jpeg2000
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_ZLIB),y)
|
ifeq ($(BR2_PACKAGE_TIFF),y)
|
||||||
PYTHON_PILLOW_DEPENDENCIES += tiff
|
PYTHON_PILLOW_DEPENDENCIES += tiff
|
||||||
PYTHON_PILLOW_BUILD_OPTS += --enable-tiff
|
PYTHON_PILLOW_BUILD_OPTS += --enable-tiff
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user