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 --- 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) --
