From b7920af68f253ecfaadc694f1244c9cb47151620 Mon Sep 17 00:00:00 2001 From: lars Date: Sat, 13 Sep 2008 17:49:31 +0000 Subject: [PATCH] fix typo. git-svn-id: svn://svn.openwrt.org/openwrt/packages@12602 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- XOrg/lib/hippo-canvas/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XOrg/lib/hippo-canvas/Makefile b/XOrg/lib/hippo-canvas/Makefile index 844cee6e7..7ea35c989 100644 --- a/XOrg/lib/hippo-canvas/Makefile +++ b/XOrg/lib/hippo-canvas/Makefile @@ -25,7 +25,7 @@ PKG_INSTALL:=1 EXTRA_CFLAGS += \ -I$(STAGING_DIR)/usr/lib/libintl/include \ -I$(STAGING_DIR)/usr/include/libcroco-0.6 \ - $(if $(CONFIG_PACKAGE_python-hipp-canvas),-I$(STAGING_DIR)/usr/include/pycairo,) + $(if $(CONFIG_PACKAGE_python-hippo-canvas),-I$(STAGING_DIR)/usr/include/pycairo,) STAMP_CONFIGURED:=$(STAMP_CONFIGURED)_$(call confvar,CONFIG_PACKAGE_hippo-canvas CONFIG_PACKAGE_python-hippo-canvas)