On Thursday 01 January 2009 16:02:17 Lars-Peter Clausen wrote: > Michael Buesch wrote: > > 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 \ > > > Hi > > Why is xlib not available for the openmoko target?
I don't know the details. It's not available. I think that's enough of a reason. ;) > And as far as I can see if you want to use xcb in ecore you need the > libxcb package and not libxcb-xlib. It works properly with this dep. > Anyway the idea is to switch everything to using xcb soon. Ok, well. So the first question is void anyway. :P -- Greetings, Michael. _______________________________________________ openwrt-devel mailing list [email protected] http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
