diff options
author | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2012-02-15 12:20:35 +0100 |
---|---|---|
committer | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2012-02-15 12:20:35 +0100 |
commit | e22b16d94a9d4abcfcc6d3a87c8b094375bc2c3b (patch) | |
tree | 2ccfdb1c941eabac95f5b3f3f724d435cd073168 | |
parent | fix g-c-c and gsd, libwacom needs to actually be written (diff) | |
download | keruspe-e22b16d94a9d4abcfcc6d3a87c8b094375bc2c3b.tar.gz keruspe-e22b16d94a9d4abcfcc6d3a87c8b094375bc2c3b.tar.bz2 keruspe-e22b16d94a9d4abcfcc6d3a87c8b094375bc2c3b.zip |
leftover
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
-rw-r--r-- | gnome-base/gnome-settings-daemon/files/0002-Disable-wacom.patch | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/gnome-base/gnome-settings-daemon/files/0002-Disable-wacom.patch b/gnome-base/gnome-settings-daemon/files/0002-Disable-wacom.patch deleted file mode 100644 index 6256bf1d..00000000 --- a/gnome-base/gnome-settings-daemon/files/0002-Disable-wacom.patch +++ /dev/null @@ -1,43 +0,0 @@ -From dc457ad59773bc60e6d5f9414447b76c6a20fb48 Mon Sep 17 00:00:00 2001 -From: Marc-Antoine Perennou <Marc-Antoine@Perennou.com> -Date: Mon, 12 Dec 2011 14:38:16 +0100 -Subject: [PATCH 2/2] Disable wacom - -Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com> ---- - configure.ac | 6 ------ - plugins/Makefile.am | 1 - - 2 files changed, 0 insertions(+), 7 deletions(-) - -diff --git a/configure.ac b/configure.ac -index 5b8e2af..a38add6 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -221,12 +221,6 @@ dnl --------------------------------------------------------------------------- - - PKG_CHECK_MODULES(MEDIA_KEYS, [gio-unix-2.0 libpulse >= $PA_REQUIRED_VERSION $GUDEV_PKG libpulse-mainloop-glib >= $PA_REQUIRED_VERSION libcanberra]) - --dnl --------------------------------------------------------------------------- --dnl - wacom --dnl --------------------------------------------------------------------------- -- --PKG_CHECK_MODULES(WACOM, [libwacom >= $LIBWACOM_REQUIRED_VERSION x11 xi gnome-desktop-3.0 >= $GNOME_DESKTOP_REQUIRED_VERSION]) -- - dnl ============================================== - dnl PackageKit section - dnl ============================================== -diff --git a/plugins/Makefile.am b/plugins/Makefile.am -index 31fcb74..e40d9b9 100644 ---- a/plugins/Makefile.am -+++ b/plugins/Makefile.am -@@ -14,7 +14,6 @@ enabled_plugins = \ - media-keys \ - mouse \ - sound \ -- wacom \ - xrandr \ - xsettings \ - $(NULL) --- -1.7.9.106.g2a2aa.dirty - |