-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 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? And as far as I can see if you want to use xcb in ecore you need the libxcb package and not libxcb-xlib. Anyway the idea is to switch everything to using xcb soon. lars -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAklc2vgACgkQBX4mSR26RiOMaQCfRs/qZ2KB9/NEU5LAK7Zlf0Bd JvUAmweMl09Lc0RifoghiPKjDFSGJKV9 =bIPm -----END PGP SIGNATURE----- _______________________________________________ openwrt-devel mailing list [email protected] http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
