Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (950cae65b0af2149d36ecc0d1c688d7fae1f00d4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (950cae65b0af2149d36ecc0d1c688d7fae1f00d4)
  • Date: Mon, 20 Jun 2016 04:08:31 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

xorg-lib/libinput/DEPENDS | 20 +++++++++++++++-----
xorg-lib/libinput/HISTORY | 3 +++
2 files changed, 18 insertions(+), 5 deletions(-)

New commits:
commit 950cae65b0af2149d36ecc0d1c688d7fae1f00d4
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libinput: Fix dependencies

diff --git a/xorg-lib/libinput/DEPENDS b/xorg-lib/libinput/DEPENDS
index 5839c53..62c0d92 100755
--- a/xorg-lib/libinput/DEPENDS
+++ b/xorg-lib/libinput/DEPENDS
@@ -1,10 +1,20 @@
depends mtdev &&
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 DEVICE-MANAGER &&
+depends libgudev &&
+optional_depends doxygen \
+ '' \
+ '--disable-documentation' \
+ 'build=documentation' &&
+optional_depends gtk+3 \
+ '--enable-event-gui' \
+ '--disable-event-gui' \
+ 'build event GUI' &&
+if is_depends_enabled $SPELL gtk+3; then
depends cairo &&
depends glib2
fi &&
-optional_depends DEVICE-MANAGER '' '' 'hardware detection' &&
-optional_depends libwacom '--enable-libwacom' '--disable-libwacom' 'tablet
identification'
+optional_depends libwacom \
+ '--enable-libwacom' \
+ '--disable-libwacom' \
+ 'tablet identification'
diff --git a/xorg-lib/libinput/HISTORY b/xorg-lib/libinput/HISTORY
index 8871fc2..7d0324f 100644
--- a/xorg-lib/libinput/HISTORY
+++ b/xorg-lib/libinput/HISTORY
@@ -1,3 +1,6 @@
+2016-06-20 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Fixed dependencies
+
2016-05-10 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.3.0




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (950cae65b0af2149d36ecc0d1c688d7fae1f00d4), Ismael Luceno, 06/20/2016

Archive powered by MHonArc 2.6.24.

Top of Page