fix typo.
authorlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 13 Sep 2008 17:49:31 +0000 (17:49 +0000)
committerlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 13 Sep 2008 17:49:31 +0000 (17:49 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12602 3c298f89-4303-0410-b956-a3cf2f4a3e73

XOrg/lib/hippo-canvas/Makefile

index 844cee6..7ea35c9 100644 (file)
@@ -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)