cleanup and restructure enlightenment and its libraries, remove and add workarounds...
[openwrt/svn-archive/feeds.git] / efl / edje / Makefile
index b0f446e530b08dc910627fa7c266c10317efc53b..97653fc4f18459b81b3fe7481f94863d58df9b1c 100644 (file)
@@ -30,19 +30,18 @@ define Package/edje
   SUBMENU:=libraries
   TITLE:=Edje is a graphical design and layout library
   URL:=http://wiki.enlightenment.org/index.php/Edje
-  DEPENDS:=+libjpeg +zlib +eet +evas +ecore +embryo
+  DEPENDS:=+evas +ecore +embryo
 endef
 
 define Package/edje/description
-Edje is a graphical design and layout library based on Evas that provides an abstraction layer between the application code and the interface, while allowing extremely flexible dynamic layouts and animations.
+  Edje is a graphical design and layout library based on Evas that provides an abstraction layer between the application code and the interface, while allowing extremely flexible dynamic layouts and animations.
 endef
 
-EXTRA_LDFLAGS += -Wl,-rpath-link=$(STAGING_DIR)/usr/lib
-
 define Build/Configure
-       (cd $(PKG_BUILD_DIR); NOCONFIGURE=YES ./autogen.sh );
+       ( cd $(PKG_BUILD_DIR); NOCONFIGURE=YES ./autogen.sh );
        $(call Build/Configure/Default, \
                --disable-edje-cc \
+               --disable-doc \
        )
 endef