Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5d5a4d7d796ea9609e5ab77eefcf71bdc0dc4795)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5d5a4d7d796ea9609e5ab77eefcf71bdc0dc4795)
  • Date: Sun, 15 Mar 2015 18:11:51 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

disk/udev/DEPENDS | 4 ++++
disk/udev/HISTORY | 3 +++
2 files changed, 7 insertions(+)

New commits:
commit 5d5a4d7d796ea9609e5ab77eefcf71bdc0dc4795
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

udev: added missing dependency -- libffi

diff --git a/disk/udev/DEPENDS b/disk/udev/DEPENDS
index 5fff845..d7e798b 100755
--- a/disk/udev/DEPENDS
+++ b/disk/udev/DEPENDS
@@ -25,6 +25,10 @@ optional_depends glib2 \
'--disable-gudev' \
'for GObject libudev (has function generator) support' &&

+if is_depends_enabled $SPELL glib2; then
+ depends libffi
+fi &&
+
optional_depends gobject-introspection \
"--enable-introspection" \
"--disable-introspection" \
diff --git a/disk/udev/HISTORY b/disk/udev/HISTORY
index 54ec131..672e180 100644
--- a/disk/udev/HISTORY
+++ b/disk/udev/HISTORY
@@ -1,3 +1,6 @@
+2015-03-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: gudev support requires libffi
+
2015-02-11 Vlad Glagolev <stealth AT sourcemage.org>
* PROVIDES: UDEV -> DEVICE-MANAGER, fixed the bug -- providers must
not match spell names (the case doesn't matter here); changed mode
to



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5d5a4d7d796ea9609e5ab77eefcf71bdc0dc4795), Vlad Glagolev, 03/15/2015

Archive powered by MHonArc 2.6.24.

Top of Page