What about the following patch? It enables compilation of e17 when xlib is not available. This is required for the openmoko build target.
Can this break something? Index: Xorg/efl/ecore/Makefile =================================================================== --- Xorg/efl/ecore/Makefile (revision 13787) +++ Xorg/efl/ecore/Makefile (working copy) @@ -30,7 +30,7 @@ SUBMENU:=lib TITLE:=Ecore is the core event abstraction layer and X abstraction layer URL:=http://wiki.enlightenment.org/index.php/Ecore - DEPENDS:=+eet +evas +libXcursor +libXrandr +libXtst +libiconv + DEPENDS:=+eet +evas +libXcursor +libXrandr +libXtst +libiconv +libxcb-xlib endef define Package/ecore/description @@ -46,7 +46,6 @@ --with-iconv-link \ --enable-ecore-txt \ --disable-ecore-config \ - --disable-ecore-x-xcb \ --enable-ecore-x \ --enable-ecore-job \ --disable-ecore-directfb \ -- Greetings, Michael. _______________________________________________ openwrt-devel mailing list [email protected] http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
