mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
xsetroot: Add new recipe
xsetroot is a root window parameter setting utility for X. Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
require recipes-graphics/xorg-app/xorg-app-common.inc
|
||||||
|
|
||||||
|
SUMMARY = "X.Org X11 X client utilities"
|
||||||
|
HOMEPAGE = "http://cgit.freedesktop.org/xorg/app/xsetroot/"
|
||||||
|
DESCRIPTION = "xsetroot is a root window parameter setting utility for X"
|
||||||
|
SECTION = "x11/app"
|
||||||
|
LICENSE = "MIT"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=6ea29dbee22324787c061f039e0529de"
|
||||||
|
|
||||||
|
DEPENDS += "xbitmaps libxcursor"
|
||||||
|
BBCLASSEXTEND = "native"
|
||||||
|
|
||||||
|
SRC_URI[md5sum] = "7211b31ec70631829ebae9460999aa0b"
|
||||||
|
SRC_URI[sha256sum] = "ba215daaa78c415fce11b9e58c365d03bb602eaa5ea916578d76861a468cc3d9"
|
||||||
Reference in New Issue
Block a user