task-angstrom-x11: add detect-stylus, since it's still needed for the xcursor theme
authorKoen Kooi <koen@openembedded.org>
Tue, 5 Dec 2006 12:31:08 +0000 (12:31 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 5 Dec 2006 12:31:08 +0000 (12:31 +0000)
packages/angstrom/task-angstrom-x11.bb

index ad2b0f7..817ac81 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "Task packages for the Angstrom distribution"
-PR = "r25"
+PR = "r26"
 ALLOW_EMPTY = "1"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -42,6 +42,7 @@ RDEPENDS_angstrom-gpe-task-base := "\
     gpe-autostarter \
     ${@base_contains("MACHINE_FEATURES", "touchscreen", "libgtkstylus", "",d)} \
     ${@base_contains("MACHINE_FEATURES", "keyboard", "", "libgtkinput",d)} \
+    ${@base_contains("MACHINE_FEATURES", "touchscreen", "detect-stylus", "",d)} \      
     suspend-desktop \
     teleport \
     xauth \