diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-12-26 10:27:17 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-30 14:01:06 +0000 |
| commit | 4b398d901574446f3383712856c568685a20f7ec (patch) | |
| tree | 7a4b51ac6d0a389b06644b3f795a8fc1f4f30bba /meta/recipes-graphics/xorg-app/xprop_1.2.5.bb | |
| parent | 6bc82ac15a11e8ccdd446c04644aa59e3728e989 (diff) | |
| download | poky-4b398d901574446f3383712856c568685a20f7ec.tar.gz | |
xprop: upgrade 1.2.4 -> 1.2.5
(From OE-Core rev: f6bf58c41eed5361ba22b176225a7894c2539e1b)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-app/xprop_1.2.5.bb')
| -rw-r--r-- | meta/recipes-graphics/xorg-app/xprop_1.2.5.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-app/xprop_1.2.5.bb b/meta/recipes-graphics/xorg-app/xprop_1.2.5.bb new file mode 100644 index 0000000000..b1589a8d75 --- /dev/null +++ b/meta/recipes-graphics/xorg-app/xprop_1.2.5.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | require xorg-app-common.inc | ||
| 2 | |||
| 3 | SUMMARY = "Utility to display window and font properties of an X server" | ||
| 4 | |||
| 5 | DESCRIPTION = "The xprop utility is for displaying window and font \ | ||
| 6 | properties in an X server. One window or font is selected using the \ | ||
| 7 | command line arguments or possibly in the case of a window, by clicking \ | ||
| 8 | on the desired window. A list of properties is then given, possibly with \ | ||
| 9 | formatting information." | ||
| 10 | |||
| 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=e226ab8db88ac0bc0391673be40c9f91" | ||
| 12 | |||
| 13 | DEPENDS += "libxmu" | ||
| 14 | |||
| 15 | PE = "1" | ||
| 16 | |||
| 17 | SRC_URI[sha256sum] = "9b92ed0316bf2486121d8bac88bd1878f16b43bd335f18009b1f941f1eca93a1" | ||
