diff options
author | Richard Purdie <richard@openedhand.com> | 2006-06-13 14:01:42 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-06-13 14:01:42 +0000 |
commit | b73894286424a80308c368464f4b1ecf91215caa (patch) | |
tree | 3bbae98f938978ed9b1c5aee018ef7c69fd9c894 /openembedded/packages/detect-stylus/detect-stylus_0.13.bb | |
parent | d1d82773d5a49021d9f3130f9e3423c8a60d4a53 (diff) | |
download | openembedded-core-b73894286424a80308c368464f4b1ecf91215caa.tar.gz openembedded-core-b73894286424a80308c368464f4b1ecf91215caa.tar.bz2 openembedded-core-b73894286424a80308c368464f4b1ecf91215caa.zip |
die detect-stylus die
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@476 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/detect-stylus/detect-stylus_0.13.bb')
-rw-r--r-- | openembedded/packages/detect-stylus/detect-stylus_0.13.bb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/openembedded/packages/detect-stylus/detect-stylus_0.13.bb b/openembedded/packages/detect-stylus/detect-stylus_0.13.bb deleted file mode 100644 index 793cbef849..0000000000 --- a/openembedded/packages/detect-stylus/detect-stylus_0.13.bb +++ /dev/null @@ -1,18 +0,0 @@ -inherit gpe pkgconfig -LICENSE = "GPL" - -PR = "r2" - -DEPENDS = "libx11 xcursor-transparent-theme xrdb" -SECTION = "gpe" -RDEPENDS = "xrdb" - -DESCRIPTION = "Touchscreen detection utility" -MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>" - -SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz \ - file://access.patch;patch=1;pnum=0 \ - file://extra-device-check.patch;patch=1 \ - file://correct-theme-name.patch;patch=1" - -export CVSBUILD="no" |