Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Treeve Jelbert (c371a25e30b153a22394568200bd3b47e7679dd5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Treeve Jelbert (c371a25e30b153a22394568200bd3b47e7679dd5)
  • Date: Wed, 4 Feb 2015 02:23:01 -0600

GIT changes to devel-xorg-modular grimoire by Treeve Jelbert
<treeve AT sourcemage.org>:

xorg-lib/libinput/DEPENDS | 9 ++++++++-
xorg-lib/libinput/HISTORY | 3 ++-
2 files changed, 10 insertions(+), 2 deletions(-)

New commits:
commit c371a25e30b153a22394568200bd3b47e7679dd5
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libinput - extra depends

diff --git a/xorg-lib/libinput/DEPENDS b/xorg-lib/libinput/DEPENDS
index 92502ca..1ff1583 100755
--- a/xorg-lib/libinput/DEPENDS
+++ b/xorg-lib/libinput/DEPENDS
@@ -1,2 +1,9 @@
depends mtdev &&
-depends libevdev
+depends libevdev &&
+optional_depends doxygen '' '--disable-documentation' 'build=documentation'
&&
+optional_depends gtk+3 '' '' 'build event GUI' &&
+if is_depends_enabled $SPELL gtk+3;then
+ depends cairo &&
+ depends glib2
+fi &&
+optional_depends UDEV '' '' 'hardware detection'
diff --git a/xorg-lib/libinput/HISTORY b/xorg-lib/libinput/HISTORY
index ff4f4d9..7506667 100644
--- a/xorg-lib/libinput/HISTORY
+++ b/xorg-lib/libinput/HISTORY
@@ -1,5 +1,6 @@
2015-02-03 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.0.0
+ * DETAILS: version 0.9.0
+ * DEPENDS: add UDEV, doxygen, gtk+3, glib, cairo

2015-01-15 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.8.0



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Treeve Jelbert (c371a25e30b153a22394568200bd3b47e7679dd5), Treeve Jelbert, 02/04/2015

Archive powered by MHonArc 2.6.24.

Top of Page