summaryrefslogtreecommitdiffstats
path: root/package/pixman/pixman.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/pixman/pixman.mk')
-rw-r--r--package/pixman/pixman.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/pixman/pixman.mk b/package/pixman/pixman.mk
index 23c263957d..87a2c66d2e 100644
--- a/package/pixman/pixman.mk
+++ b/package/pixman/pixman.mk
@@ -14,12 +14,12 @@ PIXMAN_DEPENDENCIES = host-pkgconf
PIXMAN_AUTORECONF = YES
# don't build gtk based demos
-PIXMAN_CONF_OPT = --disable-gtk
+PIXMAN_CONF_OPTS = --disable-gtk
# disable iwmmxt support for CPU's that don't have
# this feature
ifneq ($(BR2_iwmmxt),y)
-PIXMAN_CONF_OPT += --disable-arm-iwmmxt
+PIXMAN_CONF_OPTS += --disable-arm-iwmmxt
endif
$(eval $(autotools-package))
OpenPOWER on IntegriCloud