From: lars Date: Sat, 13 Sep 2008 17:49:31 +0000 (+0000) Subject: fix typo. X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=b7920af68f253ecfaadc694f1244c9cb47151620;p=packages.git fix typo. git-svn-id: svn://svn.openwrt.org/openwrt/packages@12602 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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)