diff options
author | Martin.Jansa <Martin.Jansa@gmail.com> | 2009-10-29 11:10:21 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2009-12-22 13:16:52 +0100 |
commit | fba77bf1ca0257e3e795b9c514b3420fc9cf5fed (patch) | |
tree | 94e7816a6d0f78ca6771e74cde6ce9dd63df3710 /recipes/xorg-app/xkbcomp-native_1.1.1.bb | |
parent | 4a29ef0bc8969754420c94a063d32f298ab16466 (diff) |
xorg: add recipes for X11R7.5 release
* Update conf/distro/include/preferred-xorg-versions-X11R7.5.inc
* Only recipe versions specified in X11R7.5 and available at
http://www.x.org/releases/X11R7.5/src/
Diffstat (limited to 'recipes/xorg-app/xkbcomp-native_1.1.1.bb')
-rw-r--r-- | recipes/xorg-app/xkbcomp-native_1.1.1.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/xorg-app/xkbcomp-native_1.1.1.bb b/recipes/xorg-app/xkbcomp-native_1.1.1.bb new file mode 100644 index 0000000000..ee7c25c407 --- /dev/null +++ b/recipes/xorg-app/xkbcomp-native_1.1.1.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 |