mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
xkbprint: Add new recipe
xkbprint generates a printable or encapsulated PostScript description of an XKB keyboard description. 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,13 @@
|
||||
require recipes-graphics/xorg-app/xorg-app-common.inc
|
||||
SUMMARY = "A program to compile XKB keyboard description"
|
||||
DESCRIPTION = "xkbprint generates a printable or encapsulated PostScript \
|
||||
description of an XKB keyboard description."
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=20f28f97555b220fde762bc2a4406a8f"
|
||||
|
||||
DEPENDS += "libxkbfile"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
SRC_URI[md5sum] = "526b5ba87cccd05aa700fa628bcfda3e"
|
||||
SRC_URI[sha256sum] = "fa846db8e588018134bd550f80eb129e4ddfdb96f3b157603a57ae2cdf5892c0"
|
||||
Reference in New Issue
Block a user