On Wed, 27 Jul 2011, Enlightenment SVN wrote:

> Log:
> Ecore_X: For some very odd reason, certain *buntu systems will not
>  build our ecore_xcb without having pixman_clags & libs as separate
>  variables here...works on every other system I've tried, but eh it's
>  *buntu .. their stupid :P

anyway, you need pixman fir the region stuff, so check pixman directly 
with xcb, to have only one varaible

Vincent

>
>
>
> Author:       devilhorns
> Date:         2011-07-27 00:40:19 -0700 (Wed, 27 Jul 2011)
> New Revision: 61796
> Trac:         http://trac.enlightenment.org/e/changeset/61796
>
> Modified:
>  trunk/ecore/src/lib/ecore_x/xcb/Makefile.am
>
> Modified: trunk/ecore/src/lib/ecore_x/xcb/Makefile.am
> ===================================================================
> --- trunk/ecore/src/lib/ecore_x/xcb/Makefile.am       2011-07-27 07:12:28 UTC 
> (rev 61795)
> +++ trunk/ecore/src/lib/ecore_x/xcb/Makefile.am       2011-07-27 07:40:19 UTC 
> (rev 61796)
> @@ -20,6 +20,7 @@
>   @XCB_CURSOR_CFLAGS@ \
>   @XCB_DRI_CFLAGS@ \
>   @XCB_CFLAGS@ \
> +  @PIXMAN_CFLAGS@ \
>   -I$(top_srcdir)/src/lib/ecore \
>   -I$(top_srcdir)/src/lib/ecore_x \
>   -I$(top_srcdir)/src/lib/ecore_input \
> @@ -85,6 +86,7 @@
>   @XCB_CURSOR_LIBS@ \
>   @XCB_DRI_LIBS@ \
>   @XCB_LIBS@ \
> +  @PIXMAN_LIBS@ \
>   $(top_builddir)/src/lib/ecore/libecore.la \
>   $(top_builddir)/src/lib/ecore_input/libecore_input.la \
>   @EINA_LIBS@ \
>
>
> ------------------------------------------------------------------------------
> Got Input?   Slashdot Needs You.
> Take our quick survey online.  Come on, we don't ask for help often.
> Plus, you'll get a chance to win $100 to spend on ThinkGeek.
> http://p.sf.net/sfu/slashdot-survey
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
>

------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to