Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Puppet_Master (4022c7bd303429f8815e610d3122c9f7c09b23f7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Puppet_Master <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Puppet_Master (4022c7bd303429f8815e610d3122c9f7c09b23f7)
  • Date: Sat, 26 Jun 2010 05:16:33 -0500

GIT changes to master grimoire by Puppet_Master <puppetmaster AT sourcemage.org>:

e-17/evas/BUILD | 4 ++++
e-17/evas/CONFIGURE | 3 ++-
e-17/evas/HISTORY | 3 +++
3 files changed, 9 insertions(+), 1 deletion(-)

New commits:
commit 4022c7bd303429f8815e610d3122c9f7c09b23f7
Author: Philippe Caseiro <puppetmaster AT sourcemage.org>
Commit: Puppet_Master <puppetmaster AT sourcemage.org>

e-17/evas : updating with new build option

diff --git a/e-17/evas/BUILD b/e-17/evas/BUILD
index 8a447b0..2e7d424 100755
--- a/e-17/evas/BUILD
+++ b/e-17/evas/BUILD
@@ -28,4 +28,8 @@ else
OPTS="--disable-small-dither-mask $OPTS"
fi &&

+if [ "$EVAS_ASYNC_RENDER" = "y" ]; then
+ OPTS="--enable-async-render $OPTS"
+fi &&
+
default_build
diff --git a/e-17/evas/CONFIGURE b/e-17/evas/CONFIGURE
index 532e13e..259838a 100755
--- a/e-17/evas/CONFIGURE
+++ b/e-17/evas/CONFIGURE
@@ -3,5 +3,6 @@ config_query EVAS_SCALE_SAMPLE "Enable sampling scalar
code?" y &&
config_query EVAS_SCALE_SMOOTH "Enable smooth scalar code?" y &&
config_query EVAS_YUV "Enable YUV converter code?" y &&
config_query EVAS_DITHER_MASK "Enable small dither mask code?" n &&
-config_query_option EVAS_PMAPS "Enable portable pixmap support?" y \
+config_query EVAS_ASYNC_RENDER "Enable asynchrone render?(use
carefully!!)" n &&
+config_query EVAS_PMAPS "Enable portable pixmap support?" y \
'--enable-image-loader-pmaps' '--disable-image-loader-pmaps'
diff --git a/e-17/evas/HISTORY b/e-17/evas/HISTORY
index 68271ab..c8f7fcc 100644
--- a/e-17/evas/HISTORY
+++ b/e-17/evas/HISTORY
@@ -1,3 +1,6 @@
+2010-06-26 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
+ * CONFIGURE, BUILD : updating build with new option
+
2009-03-13 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
* DEPENDS: Removing edb optional depends (edb is depreciated)




  • [SM-Commit] GIT changes to master grimoire by Puppet_Master (4022c7bd303429f8815e610d3122c9f7c09b23f7), Puppet_Master, 06/26/2010

Archive powered by MHonArc 2.6.24.

Top of Page