From da858b313860127c0f22881209fa6298b826016a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 29 May 2009 11:22:40 +0000 Subject: [PATCH] etk: fix compile, add missing dependency SVN-Revision: 16176 --- efl/etk/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/efl/etk/Makefile b/efl/etk/Makefile index ab5613d..3daa37f 100644 --- a/efl/etk/Makefile +++ b/efl/etk/Makefile @@ -22,6 +22,8 @@ PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/$(PKG_NAME)-$(PKG_VERSION)/ PKG_FIXUP = libtool +PKG_BUILD_DEPENDS:=edje/host + include $(INCLUDE_DIR)/package.mk define Package/etk @@ -30,7 +32,7 @@ define Package/etk SUBMENU:=libraries TITLE:=Etk is a toolkit based on the EFL URL:=http://wiki.enlightenment.org/index.php/Etk - DEPENDS:=+evas +ecore +edje + DEPENDS:=+evas +ecore +edje +libintl endef define Package/etk/description @@ -50,9 +52,7 @@ define Build/Configure endef define Build/Compile - ln -sf `which edje_cc` $(STAGING_DIR_HOST)/usr/bin/ DESTDIR="$(PKG_INSTALL_DIR)" $(MAKE) -C $(PKG_BUILD_DIR) all install - rm -f $(STAGING_DIR_HOST)/usr/bin/edje_cc endef define Build/InstallDev -- 2.30.2