summaryrefslogtreecommitdiff
path: root/packages/angstrom
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-12-05 12:31:08 +0000
committerKoen Kooi <koen@openembedded.org>2006-12-05 12:31:08 +0000
commitb21529ab1cced18810128645660543f3f980b7aa (patch)
tree46408912ed997ac6783cd213d628b041d739485d /packages/angstrom
parent01d36dd186b8ad9009453198dedfd9fe88edfd93 (diff)
task-angstrom-x11: add detect-stylus, since it's still needed for the xcursor theme
Diffstat (limited to 'packages/angstrom')
-rw-r--r--packages/angstrom/task-angstrom-x11.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/angstrom/task-angstrom-x11.bb b/packages/angstrom/task-angstrom-x11.bb
index ad2b0f79f8..817ac81f19 100644
--- a/packages/angstrom/task-angstrom-x11.bb
+++ b/packages/angstrom/task-angstrom-x11.bb
@@ -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 \