diff options
author | Raymond Danks <raymond@edanks.com> | 2006-07-24 20:41:41 +0000 |
---|---|---|
committer | Raymond Danks <raymond@edanks.com> | 2006-07-24 20:41:41 +0000 |
commit | edcc133f983d3f6fbe8bd6a2b479b4d4aa84223c (patch) | |
tree | a0fa2b69d0830fff415ae78c93e9eb4d62bea23e /packages/xorg-app/xev_X11R7.0-1.0.1.bb | |
parent | 066238ebf3b33dbd0cae5340e3cdf74af6f3baf2 (diff) |
xorg-app: Add all apps posted for X11R7.0 and X11R7.1.
Diffstat (limited to 'packages/xorg-app/xev_X11R7.0-1.0.1.bb')
-rw-r--r-- | packages/xorg-app/xev_X11R7.0-1.0.1.bb | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/packages/xorg-app/xev_X11R7.0-1.0.1.bb b/packages/xorg-app/xev_X11R7.0-1.0.1.bb index 2d0f79b046..3158de66a5 100644 --- a/packages/xorg-app/xev_X11R7.0-1.0.1.bb +++ b/packages/xorg-app/xev_X11R7.0-1.0.1.bb @@ -1,12 +1,8 @@ +include xorg-app-common.inc + DESCRIPTION = "X Event Viewer" -HOMEPAGE = "http://freedesktop.org/wiki/Software_2fxapps" -LICENSE = "MIT" MAINTAINER = "Justin Patrin <papercrane@reversefold.com>" -SECTION = "x11/base" -DEPENDS = "libx11 libxau" +LICENSE = "MIT" -SRC_URI = "${XORG_MIRROR}/X11R7.0/src/app/${PN}-X11R7.0-${PV}.tar.bz2 \ - file://diet-x11.patch;patch=1" -S = "${WORKDIR}/${PN}-X11R7.0-${PV}" +DEPENDS += " libx11" -inherit autotools |