mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
e1086420ba
commit
4f903598dc
@@ -0,0 +1,11 @@
|
||||
SUMMARY = "xwd is a tool to capture an X window or screen to file"
|
||||
HOMEPAGE = "http://cgit.freedesktop.org/xorg/app/xwd/"
|
||||
SECTION = "x11/app"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=c0cdb783e9a0198237371fdaa26a18bf"
|
||||
DEPENDS = "libxmu"
|
||||
|
||||
SRC_URI[md5sum] = "6b5d48464c5f366e91efd08b62b12d94"
|
||||
SRC_URI[sha256sum] = "3bb396a2268d78de4b1c3e5237a85f7849d3434e87b3cd1f4d57eef614227d79"
|
||||
|
||||
require recipes-graphics/xorg-app/xorg-app-common.inc
|
||||
Reference in New Issue
Block a user