[SM-Commit] GIT changes to master grimoire by Robin Cook (5631eb63f5145dff85b4da52c21e0fa7ee1cec2e)
Robin Cook
scm at sourcemage.org
Sun Nov 13 21:30:57 EST 2011
GIT changes to master grimoire by Robin Cook <rcook at wyrms.net>:
e-17/eio/BUILD | 3 +++
e-17/eio/CONFIGURE | 5 +++++
e-17/eio/DEPENDS | 2 ++
e-17/eio/HISTORY | 5 +++++
4 files changed, 15 insertions(+)
New commits:
commit 5631eb63f5145dff85b4da52c21e0fa7ee1cec2e
Author: Robin Cook <rcook at wyrms.net>
Commit: Robin Cook <rcook at wyrms.net>
eio: added missing depends and configure options
diff --git a/e-17/eio/BUILD b/e-17/eio/BUILD
new file mode 100755
index 0000000..c0326ab
--- /dev/null
+++ b/e-17/eio/BUILD
@@ -0,0 +1,3 @@
+OPTS="$EIO_PTHREADS $EIO_INOTIFY $OPTS" &&
+
+default_build
diff --git a/e-17/eio/CONFIGURE b/e-17/eio/CONFIGURE
new file mode 100755
index 0000000..c7cdd11
--- /dev/null
+++ b/e-17/eio/CONFIGURE
@@ -0,0 +1,5 @@
+config_query_option EIO_PTHREADS "Enable POSIX thread code?" y \
+ "--enable-posix-threads" "--disable-posix-threads" &&
+
+config_query_option EIO_INOTIFY "Enable inotify" y \
+ "--enable-inotify" "--disable-inotify"
diff --git a/e-17/eio/DEPENDS b/e-17/eio/DEPENDS
new file mode 100755
index 0000000..c708072
--- /dev/null
+++ b/e-17/eio/DEPENDS
@@ -0,0 +1,2 @@
+depends ecore &&
+depends eina
diff --git a/e-17/eio/HISTORY b/e-17/eio/HISTORY
index e7f9b34..ef049ac 100644
--- a/e-17/eio/HISTORY
+++ b/e-17/eio/HISTORY
@@ -1,3 +1,8 @@
+2011-11-13 Robin Cook <rcook at wyrms.net>
+ * BUILD: added to apply configure options
+ * CONFIGURE: added to query configure options
+ * DEPENDS: added to add missing depends
+
2010-07-22 Ladislav Hagara <hgr at vabo.cz>
* DETAILS, PREPARE, PRE_BUILD: spell created
More information about the SM-Commit
mailing list