Quoting Enlightenment CVS <[EMAIL PROTECTED]>:

> Enlightenment CVS committal
>
> Author  : mickeyl
> Project : e17
> Module  : libs/ecore
>
> Dir     : e17/libs/ecore/src/lib/ecore_x
>
>
> Modified Files:
>       Makefile.am
>
>
> Log Message:
> fix building ecore without X
>
> ===================================================================
> RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_x/Makefile.am,v
> retrieving revision 1.43
> retrieving revision 1.44
> diff -u -3 -r1.43 -r1.44
> --- Makefile.am       23 Jul 2008 10:00:00 -0000      1.43
> +++ Makefile.am       25 Jul 2008 11:42:02 -0000      1.44
> @@ -1,8 +1,8 @@
> MAINTAINERCLEANFILES = Makefile.in
>
> -SUBDIRS = xlib xcb
> -
> if BUILD_ECORE_X
> +
> +SUBDIRS = xlib xcb
>
> if BUILD_ECORE_X_XCB
> DEP = xcb/libecore_x_xcb.la

If ecore_x is not built, xlib and xcb code should (well, must...) not be
compiled. So if there is a problem, it has to be fixed in configure.in, not
here.

what was the problem, exactly, please ?

Vincent


----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to