summaryrefslogtreecommitdiff
path: root/recipes/xserver-common/xserver-common_1.25.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-07-21 12:59:17 +0200
committerKoen Kooi <koen@openembedded.org>2009-07-21 12:59:17 +0200
commit484b1126352695a3d369b2e967a6abbd00419602 (patch)
treeb24f195cc601ffbe8e8b3c26af935210f48ae9fc /recipes/xserver-common/xserver-common_1.25.bb
parente6b2e6a8261123efc703026956a999f100540e5d (diff)
xserver-common: handle tslib -mouse globally so every device can use full Xorg if wanted
Diffstat (limited to 'recipes/xserver-common/xserver-common_1.25.bb')
-rw-r--r--recipes/xserver-common/xserver-common_1.25.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/xserver-common/xserver-common_1.25.bb b/recipes/xserver-common/xserver-common_1.25.bb
index 9db0c2a8d2..ac1f758ef4 100644
--- a/recipes/xserver-common/xserver-common_1.25.bb
+++ b/recipes/xserver-common/xserver-common_1.25.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts and support files"
LICENSE = "GPL"
SECTION = "x11"
RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo"
-PR = "r1"
+PR = "r2"
PACKAGE_ARCH = "all"
@@ -12,6 +12,7 @@ inherit gpe
SRC_URI_append = " file://setDPI.sh \
file://89xdgautostart.sh \
file://avoid-rotated-server.patch;patch=1 \
+ file://ts-handling-cleanup.diff;patch=1 \
"
do_install_append() {