From: Koen Kooi Date: Tue, 5 Dec 2006 12:31:08 +0000 (+0000) Subject: task-angstrom-x11: add detect-stylus, since it's still needed for the xcursor theme X-Git-Tag: Release-2010-05/1~9453^2~204^2~7^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b21529ab1cced18810128645660543f3f980b7aa;p=openembedded.git task-angstrom-x11: add detect-stylus, since it's still needed for the xcursor theme --- 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 \