On Fri, Aug 12, 2011 at 10:33 PM, Iván Briano (Sachiel) <[email protected]> wrote: > 2011/8/12 Enlightenment SVN <[email protected]>: >> Log: >> ecore: take static as a yes. >> >> Note: maybe it would be better to put yes in the .pc file >> instead of static. I don't see any advantage having that >> information in the pc file. >> > > That's what it did until some days ago.
Maybe because your patch prevented static build of software and opengl engine in evas :-) >> Author: cedric >> Date: 2011-08-12 13:31:15 -0700 (Fri, 12 Aug 2011) >> New Revision: 62412 >> Trac: http://trac.enlightenment.org/e/changeset/62412 >> >> Modified: >> trunk/ecore/configure.ac >> >> Modified: trunk/ecore/configure.ac >> =================================================================== >> --- trunk/ecore/configure.ac 2011-08-12 20:19:39 UTC (rev 62411) >> +++ trunk/ecore/configure.ac 2011-08-12 20:31:15 UTC (rev 62412) >> @@ -1503,6 +1503,9 @@ >> AC_DEFINE(BUILD_ECORE_EVAS_SOFTWARE_XLIB, 1, [Evas Software Xlib >> Engine Support]) >> fi >> have_ecore_evas_software_xcb=`${PKG_CONFIG} --variable=XCB >> evas-software-x11` >> + if test "x$have_ecore_evas_software_xcb" = "xstatic"; then >> + have_ecore_evas_software_xcb="yes" >> + fi >> if test "x$have_ecore_evas_software_xcb" = "xyes" -a >> "x${have_ecore_x_xcb}" = "xyes" ; then >> AC_DEFINE(BUILD_ECORE_EVAS_SOFTWARE_XCB, 1, [Evas Software XCB Engine >> Support]) >> fi >> @@ -1525,6 +1528,9 @@ >> >> # opengl does not work with xcb (yet) >> have_ecore_evas_opengl_xcb=`${PKG_CONFIG} --variable=XCB evas-opengl-x11` >> + if test "x${have_ecore_evas_opengl_xcb}" = "xstatic"; then >> + have_ecore_evas_opengl_xcb="yes" >> + fi >> if test "x${have_ecore_evas_opengl_xcb}" = "xyes" -a >> "x${have_ecore_x_xcb}" = "xyes" ; then >> PKG_CHECK_MODULES(XCB_X11, x11-xcb, >> [ have_ecore_x_opengl_xcb="yes" >> >> >> ------------------------------------------------------------------------------ >> FREE DOWNLOAD - uberSVN with Social Coding for Subversion. >> Subversion made easy with a complete admin console. Easy >> to use, easy to manage, easy to install, easy to extend. >> Get a Free download of the new open ALM Subversion platform now. >> http://p.sf.net/sfu/wandisco-dev2dev >> _______________________________________________ >> enlightenment-svn mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn >> > > ------------------------------------------------------------------------------ > FREE DOWNLOAD - uberSVN with Social Coding for Subversion. > Subversion made easy with a complete admin console. Easy > to use, easy to manage, easy to install, easy to extend. > Get a Free download of the new open ALM Subversion platform now. > http://p.sf.net/sfu/wandisco-dev2dev > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > -- Cedric BAIL ------------------------------------------------------------------------------ FREE DOWNLOAD - uberSVN with Social Coding for Subversion. Subversion made easy with a complete admin console. Easy to use, easy to manage, easy to install, easy to extend. Get a Free download of the new open ALM Subversion platform now. http://p.sf.net/sfu/wandisco-dev2dev _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
