diff options
| author | Ben Shelton <ben.shelton@ni.com> | 2014-04-25 14:53:33 -0500 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-03 20:45:04 +0200 |
| commit | 4f903598dc5474855426bf1317c49a43787c4379 (patch) | |
| tree | 44ad92366ce7e8f2557c25db2ddf5874667e73d7 | |
| parent | e1086420ba9612e70859e695f406f3033ca39fc1 (diff) | |
| download | meta-openembedded-4f903598dc5474855426bf1317c49a43787c4379.tar.gz | |
xwd: add recipe
Adding a recipe for the X Window Dump tool, a lightweight tool that is
useful for taking screenshots on embedded targets.
Signed-off-by: Ben Shelton <ben.shelton@ni.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb b/meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb new file mode 100644 index 0000000000..b73afe1c5d --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | SUMMARY = "xwd is a tool to capture an X window or screen to file" | ||
| 2 | HOMEPAGE = "http://cgit.freedesktop.org/xorg/app/xwd/" | ||
| 3 | SECTION = "x11/app" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=c0cdb783e9a0198237371fdaa26a18bf" | ||
| 6 | DEPENDS = "libxmu" | ||
| 7 | |||
| 8 | SRC_URI[md5sum] = "6b5d48464c5f366e91efd08b62b12d94" | ||
| 9 | SRC_URI[sha256sum] = "3bb396a2268d78de4b1c3e5237a85f7849d3434e87b3cd1f4d57eef614227d79" | ||
| 10 | |||
| 11 | require recipes-graphics/xorg-app/xorg-app-common.inc | ||
