]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
python-pillow: fix typo on tiff package dependency
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 6 Jul 2016 13:47:32 +0000 (15:47 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 6 Jul 2016 13:47:32 +0000 (15:47 +0200)
Fixes:

  http://autobuild.buildroot.net/results/5ac12f08a366fc15ec138c900df0e5f62d0b70bc/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/python-pillow/python-pillow.mk

index 878fdadd70ba4b590f8754271236bf46beb08f67..84d6e65d689ec63b822a201fcead093f79fde350 100644 (file)
@@ -33,7 +33,7 @@ else
 PYTHON_PILLOW_BUILD_OPTS += --disable-jpeg2000
 endif
 
-ifeq ($(BR2_PACKAGE_ZLIB),y)
+ifeq ($(BR2_PACKAGE_TIFF),y)
 PYTHON_PILLOW_DEPENDENCIES += tiff
 PYTHON_PILLOW_BUILD_OPTS += --enable-tiff
 else