From: Lars-Peter Clausen Date: Fri, 12 Feb 2010 19:33:10 +0000 (+0000) Subject: python-evas: Don't fail if python-package.mk is not installed yet. Fixes #6676 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=038c3acdcd6364c221ef98481e6653264e8292cc;p=openwrt%2Fsvn-archive%2Ffeeds.git python-evas: Don't fail if python-package.mk is not installed yet. Fixes #6676 SVN-Revision: 19613 --- diff --git a/efl/python-evas/Makefile b/efl/python-evas/Makefile index 123b2d2..3d34eee 100644 --- a/efl/python-evas/Makefile +++ b/efl/python-evas/Makefile @@ -23,7 +23,7 @@ PKG_SOURCE_URL:=http://svn.enlightenment.org/svn/e/trunk/BINDINGS/python/$(PKG_N PKG_BUILD_DEPENDS:=cython python include $(INCLUDE_DIR)/package.mk -include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk) +-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk) define Package/python-evas SUBMENU:=Python