andreas pushed a commit to branch master.

http://git.enlightenment.org/bindings/cxx/eflxx.git/commit/?id=06fdb6af638ed3e3e1c5362ff14b1ee30e5c116e

commit 06fdb6af638ed3e3e1c5362ff14b1ee30e5c116e
Author: Andreas Volz <andreas.v...@tux-style.com>
Date:   Sun Jan 3 14:38:06 2016 +0100

    some configuration changes to compile on my latest ubuntu system
    deactivate emotionxx until it's fixed
---
 ecorexx/ecorexx-uninstalled.pc.in     | 2 +-
 ecorexx/ecorexx.pc.in                 | 2 +-
 eflxx_examples/src/Makefile.am        | 1 -
 emotionxx/emotionxx-uninstalled.pc.in | 2 +-
 emotionxx/emotionxx.pc.in             | 2 +-
 5 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/ecorexx/ecorexx-uninstalled.pc.in 
b/ecorexx/ecorexx-uninstalled.pc.in
index fb25b6b..6f8123d 100644
--- a/ecorexx/ecorexx-uninstalled.pc.in
+++ b/ecorexx/ecorexx-uninstalled.pc.in
@@ -6,7 +6,7 @@ includedir=include
 Name: @PACKAGE@
 Description: Ecore (EFL) C++ Wrapper, Not installed
 Version: @VERSION@
-Requires: sigc++-2.0 eflxx evasxx ecore
+Requires: sigc++-2.0 eflxx evasxx ecore ecore-x ecore-evas ecore-ipc
 Conflicts: 
 Libs: ${pcfiledir}/${libdir}/libecorexx.la
 Cflags: -I${pcfiledir}/${includedir} 
diff --git a/ecorexx/ecorexx.pc.in b/ecorexx/ecorexx.pc.in
index 77f91c0..082fbca 100644
--- a/ecorexx/ecorexx.pc.in
+++ b/ecorexx/ecorexx.pc.in
@@ -6,7 +6,7 @@ includedir=@prefix@/include
 Name: @PACKAGE@
 Description: Ecore (EFL) C++ Wrapper
 Version: @VERSION@
-Requires: sigc++-2.0 eflxx evasxx ecore
+Requires: sigc++-2.0 eflxx evasxx ecore ecore-x ecore-evas ecore-ipc
 Conflicts: 
 Libs: -L${libdir} -lecorexx
 Cflags: -I${includedir}
diff --git a/eflxx_examples/src/Makefile.am b/eflxx_examples/src/Makefile.am
index 1e75c25..6cc830f 100644
--- a/eflxx_examples/src/Makefile.am
+++ b/eflxx_examples/src/Makefile.am
@@ -16,7 +16,6 @@ SUBDIRS = \
        edjexx \
        ecorexx \
        eetxx \
-       emotionxx \
        debug \
        signals \
        elementaryxx \
diff --git a/emotionxx/emotionxx-uninstalled.pc.in 
b/emotionxx/emotionxx-uninstalled.pc.in
index 733aa34..f307494 100644
--- a/emotionxx/emotionxx-uninstalled.pc.in
+++ b/emotionxx/emotionxx-uninstalled.pc.in
@@ -6,7 +6,7 @@ includedir=include
 Name: @PACKAGE@
 Description: Emotion (EFL) C++ Wrapper, Not installed
 Version: @VERSION@
-Requires: sigc++-2.0 emotion evasxx
+Requires: sigc++-2.0 evasxx emotion
 Conflicts: 
 Libs: ${pcfiledir}/${libdir}/libemotionxx.la
 Cflags: -I${pcfiledir}/${includedir} 
diff --git a/emotionxx/emotionxx.pc.in b/emotionxx/emotionxx.pc.in
index cc48bf7..627fc59 100644
--- a/emotionxx/emotionxx.pc.in
+++ b/emotionxx/emotionxx.pc.in
@@ -6,7 +6,7 @@ includedir=@prefix@/include
 Name: @PACKAGE@
 Description: Emotion (EFL) C++ Wrapper
 Version: @VERSION@
-Requires: sigc++-2.0 emotion evasxx
+Requires: sigc++-2.0 evasxx emotion
 Conflicts: 
 Libs: -L${libdir} -lemotionxx
 Cflags: -I${includedir}

-- 


Reply via email to