Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (30ec2f04c5b8ba23ef479ecc12f0b72622dd4452)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (30ec2f04c5b8ba23ef479ecc12f0b72622dd4452)
  • Date: Fri, 28 Jul 2017 02:56:54 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

xorg-lib/libinput/DEPENDS | 27 +++++++++++++--------------
xorg-lib/libinput/HISTORY | 3 +++
2 files changed, 16 insertions(+), 14 deletions(-)

New commits:
commit 30ec2f04c5b8ba23ef479ecc12f0b72622dd4452
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

xorg-lib/libinput: reenabled libwacom optionality, untabify++

diff --git a/xorg-lib/libinput/DEPENDS b/xorg-lib/libinput/DEPENDS
index a29be68..586dc14 100755
--- a/xorg-lib/libinput/DEPENDS
+++ b/xorg-lib/libinput/DEPENDS
@@ -4,30 +4,29 @@ depends libevdev &&
depends mtdev &&
depends DEVICE-MANAGER &&
depends libgudev &&
-depends libwacom &&
optional_depends doxygen \
- '' \
- 'documentation=false' \
- 'build documentation' &&
+ '' \
+ 'documentation=false' \
+ 'build documentation' &&
if is_depends_enabled $SPELL doxygen;then
depends graphviz
fi &&
optional_depends gtk+3 \
- '' \
- 'debug-gui=false' \
- 'build event GUI for debugging' &&
+ '' \
+ 'debug-gui=false' \
+ 'build event GUI for debugging' &&
if is_depends_enabled $SPELL gtk+3; then
depends cairo &&
depends glib2
fi &&
-#optional_depends libwacom \
-# 'libwacom=true' \
-# 'libwacom=false' \
-# 'tablet identification' &&
+optional_depends libwacom \
+ 'libwacom=true' \
+ 'libwacom=false' \
+ 'tablet identification' &&
optional_depends check \
- 'tests=true' \
- 'tests=false' \
- 'enable tests' &&
+ 'tests=true' \
+ 'tests=false' \
+ 'enable tests' &&
if is_depends_enabled $SPELL check;then
depends valgrind
fi
diff --git a/xorg-lib/libinput/HISTORY b/xorg-lib/libinput/HISTORY
index 0da0531..122bb72 100644
--- a/xorg-lib/libinput/HISTORY
+++ b/xorg-lib/libinput/HISTORY
@@ -1,3 +1,6 @@
+2017-07-27 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: reenabled libwacom optionality, untabify++
+
2017-07-27 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.8.1




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (30ec2f04c5b8ba23ef479ecc12f0b72622dd4452), Pavel Vinogradov, 07/27/2017

Archive powered by MHonArc 2.6.24.

Top of Page