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