Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (90f24be9236a9d0825895f3b2a1f9c1485269f10)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (90f24be9236a9d0825895f3b2a1f9c1485269f10)
  • Date: Wed, 12 Mar 2008 16:49:06 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

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

New commits:
commit 90f24be9236a9d0825895f3b2a1f9c1485269f10
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

evas: Add pmaps support

diff --git a/e-17/evas/CONFIGURE b/e-17/evas/CONFIGURE
index 01bb16c..532e13e 100755
--- a/e-17/evas/CONFIGURE
+++ b/e-17/evas/CONFIGURE
@@ -2,4 +2,6 @@ config_query EVAS_BUFFER "Enable memory buffer
rendering?" y &&
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 EVAS_DITHER_MASK "Enable small dither mask code?" n &&
+config_query_option 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 b758ae5..842a0ea 100644
--- a/e-17/evas/HISTORY
+++ b/e-17/evas/HISTORY
@@ -1,3 +1,6 @@
+2008-03-04 Eric Sandall <sandalle AT sourcemage.org>
+ * CONFIGURE: Ask if user wants Portable Pixmap support
+
2008-01-28 Dale E. Edmons <linuxfan AT sourcemage.org>
* DETAILS: Modified KEYWORDS.




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (90f24be9236a9d0825895f3b2a1f9c1485269f10), Eric Sandall, 03/12/2008

Archive powered by MHonArc 2.6.24.

Top of Page