Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (9352b1bbd4da3d0d459485e1c599b9f72f6734ab)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (9352b1bbd4da3d0d459485e1c599b9f72f6734ab)
  • Date: Wed, 16 Dec 2009 00:05:26 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

xorg-driver/xf86-input-evdev/DEPENDS | 4 +++-
xorg-driver/xf86-input-evdev/HISTORY | 4 ++++
2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 9352b1bbd4da3d0d459485e1c599b9f72f6734ab
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

xf86-input-evdev: Depends on xkeyboard-config at runtime

diff --git a/xorg-driver/xf86-input-evdev/DEPENDS
b/xorg-driver/xf86-input-evdev/DEPENDS
index 3decf7f..02acffd 100755
--- a/xorg-driver/xf86-input-evdev/DEPENDS
+++ b/xorg-driver/xf86-input-evdev/DEPENDS
@@ -1,3 +1,5 @@
depends util-macros &&
depends xproto &&
-depends xorg-server
+depends xorg-server &&
+
+runtime_depends xkeyboard-config
diff --git a/xorg-driver/xf86-input-evdev/HISTORY
b/xorg-driver/xf86-input-evdev/HISTORY
index f6e7058..1e06a0d 100644
--- a/xorg-driver/xf86-input-evdev/HISTORY
+++ b/xorg-driver/xf86-input-evdev/HISTORY
@@ -1,3 +1,7 @@
+2009-12-15 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on xkeyboard-config at runtime to find and
+ configure any keyboards.
+
2009-10-09 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.2.99.2




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (9352b1bbd4da3d0d459485e1c599b9f72f6734ab), Eric Sandall, 12/16/2009

Archive powered by MHonArc 2.6.24.

Top of Page