2014-08-16 15:50 GMT+02:00 Kai Huuhko <[email protected]>:
> kuuko pushed a commit to branch master.
>
>
> http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=a1140f96416ffedb6b59b388fbed7ee18754e536
>
> commit a1140f96416ffedb6b59b388fbed7ee18754e536
> Author: Kai Huuhko <[email protected]>
> Date: Sat Aug 16 16:50:06 2014 +0300
>
> setup.py: add missing ecore-x include dir for elm
>
This seems wrong to me.
It breaks compilation if you don't have ecore-x and is not necessary on my
machines...
you need to fix your environment :P
> ---
> setup.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/setup.py b/setup.py
> index 2e48c24..c3e5ce0 100755
> --- a/setup.py
> +++ b/setup.py
> @@ -410,7 +410,7 @@ if set(("build", "build_ext", "install", "bdist",
> "sdist")) & set(sys.argv):
> "elementary." + m,
> ["efl/elementary/" + m + module_suffix],
> include_dirs=["include/"],
> - extra_compile_args=elm_cflags,
> + extra_compile_args=elm_cflags + ecore_x_cflags,
> extra_link_args=elm_libs + eina_libs + evas_libs,
> )
> modules.append(e)
>
> --
>
>
>
------------------------------------------------------------------------------
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel