diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-proto/kbproto_1.0.5.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-proto/kbproto_1.0.5.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-proto/kbproto_1.0.5.bb b/meta/recipes-graphics/xorg-proto/kbproto_1.0.5.bb new file mode 100644 index 0000000000..e98d3d6f7e --- /dev/null +++ b/meta/recipes-graphics/xorg-proto/kbproto_1.0.5.bb @@ -0,0 +1,12 @@ +require xorg-proto-common.inc + +LICENSE = "MIT-style" +LIC_FILES_CHKSUM = "file://COPYING;md5=7dd6ea99e2a83a552c02c80963623c38 \ + file://XKBproto.h;beginline=2;endline=26;md5=5744eeff407aeb6e7a1346eebab486a2" + +PR = "r0" +PE = "1" + +DEPENDS += "gettext" + +BBCLASSEXTEND = "native nativesdk" |