diff options
| -rw-r--r-- | meta/recipes-graphics/xorg-app/xev_1.2.1.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-app/xev_1.2.1.bb b/meta/recipes-graphics/xorg-app/xev_1.2.1.bb index 298910a0d5..8dcb1ec6a4 100644 --- a/meta/recipes-graphics/xorg-app/xev_1.2.1.bb +++ b/meta/recipes-graphics/xorg-app/xev_1.2.1.bb | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | require xorg-app-common.inc | 1 | require xorg-app-common.inc |
| 2 | |||
| 3 | SUMMARY = "X Event Viewer" | ||
| 4 | DESCRIPTION = "Xev creates a window and then asks the X server to send it events \ | ||
| 5 | whenever anything happens to the window (such as it being moved, resized, \ | ||
| 6 | typed in, clicked in, etc.). You can also attach it to an existing window." | ||
| 7 | |||
| 2 | LIC_FILES_CHKSUM = "file://xev.c;beginline=1;endline=33;md5=577c99421f1803b891d2c79097ae4682" | 8 | LIC_FILES_CHKSUM = "file://xev.c;beginline=1;endline=33;md5=577c99421f1803b891d2c79097ae4682" |
| 3 | DESCRIPTION = "X Event Viewer" | ||
| 4 | LICENSE = "MIT" | 9 | LICENSE = "MIT" |
| 10 | |||
| 5 | PE = "1" | 11 | PE = "1" |
| 6 | 12 | ||
| 7 | DEPENDS += "libxrandr xproto" | 13 | DEPENDS += "libxrandr xproto" |
