Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (5631eb63f5145dff85b4da52c21e0fa7ee1cec2e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (5631eb63f5145dff85b4da52c21e0fa7ee1cec2e)
  • Date: Sun, 13 Nov 2011 20:30:57 -0600

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




  • [SM-Commit] GIT changes to master grimoire by Robin Cook (5631eb63f5145dff85b4da52c21e0fa7ee1cec2e), Robin Cook, 11/13/2011

Archive powered by MHonArc 2.6.24.

Top of Page