diff options
Diffstat (limited to 'recipes/xorg-app/xkbcomp-native_1.0.3.bb')
-rw-r--r-- | recipes/xorg-app/xkbcomp-native_1.0.3.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/xorg-app/xkbcomp-native_1.0.3.bb b/recipes/xorg-app/xkbcomp-native_1.0.3.bb new file mode 100644 index 0000000000..ee7c25c407 --- /dev/null +++ b/recipes/xorg-app/xkbcomp-native_1.0.3.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "The X Keyboard Extension essentially replaces the core protocol definition of keyboard." + +SECTION = "x11/applications" +LICENSE = "MIT-X" +S="${WORKDIR}/xkbcomp-${PV}" + +DEPENDS = "libx11-native libxkbfile-native" + +SRC_URI = "${XORG_MIRROR}/individual/app/xkbcomp-${PV}.tar.bz2" + +inherit native autotools pkgconfig |