[SM-Commit] GIT changes to master grimoire by Ladislav Hagara (b3ff799a893f8d43ba79541cd868315c21d5cd0b)

Ladislav Hagara scm at sourcemage.org
Fri Feb 26 05:17:33 EST 2010


GIT changes to master grimoire by Ladislav Hagara <hgr at vabo.cz>:

 e-17/ecore/BUILD     |    2 +-
 e-17/ecore/CONFIGURE |    6 +++++-
 e-17/ecore/HISTORY   |    3 +++
 3 files changed, 9 insertions(+), 2 deletions(-)

New commits:
commit b3ff799a893f8d43ba79541cd868315c21d5cd0b
Author: Ladislav Hagara <hgr at vabo.cz>
Commit: Ladislav Hagara <hgr at vabo.cz>

    ecore: added possibility to build Ecore_Txt module
    
    /usr/lib/libecore_txt-ver-pre-svn-05.so.0
    /usr/lib/libecore_txt-ver-pre-svn-05.so.0.9.9
    /usr/lib/libecore_txt.a
    /usr/lib/libecore_txt.la
    /usr/lib/libecore_txt.so
    /usr/lib/pkgconfig/ecore-txt.pc

diff --git a/e-17/ecore/BUILD b/e-17/ecore/BUILD
index 24f8e65..6775203 100755
--- a/e-17/ecore/BUILD
+++ b/e-17/ecore/BUILD
@@ -1,2 +1,2 @@
-OPTS="${ECORE_DESKTOP} $OPTS"  &&
+OPTS="$ECORE_DESKTOP $ECORE_TXT $OPTS" &&
 default_build
diff --git a/e-17/ecore/CONFIGURE b/e-17/ecore/CONFIGURE
index ce994a2..03164a8 100755
--- a/e-17/ecore/CONFIGURE
+++ b/e-17/ecore/CONFIGURE
@@ -1,3 +1,7 @@
 config_query_option ECORE_DESKTOP "Build Ecore_Desktop module?" n  \
                              "--enable-ecore-desktop"              \
-                             "--disable-ecore-desktop" 
+                             "--disable-ecore-desktop"             &&
+
+config_query_option ECORE_TXT "Build Ecore_Txt module?" n  \
+                             "--enable-ecore-txt"          \
+                             "--disable-ecore-txt" 
diff --git a/e-17/ecore/HISTORY b/e-17/ecore/HISTORY
index 5429de1..8fd6d29 100644
--- a/e-17/ecore/HISTORY
+++ b/e-17/ecore/HISTORY
@@ -1,3 +1,6 @@
+2010-02-26 Ladislav Hagara <hgr at vabo.cz>
+	* CONFIGURE, BUILD: added possibility to build Ecore_Txt module
+
 2009-12-23 Eric Sandall <sandalle at sourcemage.org>
 	* DEPENDS: Still depends on CVS for autopoint from gettext
 



More information about the SM-Commit mailing list