mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 05:29:22 +00:00
xfontsel: add recipe
The xfontsel utility is useful for verifying and viewing the various X.org fonts that are available on a system. 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
527618fce2
commit
cf71711dcf
@@ -0,0 +1,13 @@
|
||||
require recipes-graphics/xorg-app/xorg-app-common.inc
|
||||
|
||||
SUMMARY = "xfontsel provides point and click selection of X11 font names"
|
||||
HOMEPAGE = "http://cgit.freedesktop.org/xorg/app/xfontsel/"
|
||||
SECTION = "x11/app"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4669d2703c60d585cc29ba7e9a69bcb3"
|
||||
DEPENDS += " libxaw"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4669d2703c60d585cc29ba7e9a69bcb3"
|
||||
|
||||
SRC_URI[md5sum] = "a40302b88c599b63e3d3d412e02871e6"
|
||||
SRC_URI[sha256sum] = "170d8550b96fb47b04db6181b947e6f6b8b97f4df5d691c351a278480cc931bf"
|
||||
Reference in New Issue
Block a user