diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-13 21:52:49 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-13 21:52:49 +0000 |
| commit | f911c26cd3e0fd92637c5df9f7ccd203aa0e5a8a (patch) | |
| tree | 72736675f93987fb561f7c2bc7dbd44999f43e1e /meta/packages/xorg-lib | |
| parent | 89ab1a22e3c624c804ee22547b938f000f6a683b (diff) | |
| download | poky-f911c26cd3e0fd92637c5df9f7ccd203aa0e5a8a.tar.gz | |
xkeyboard-config: Merge recipes (and fix DEPENDS)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/xorg-lib')
| -rw-r--r-- | meta/packages/xorg-lib/xkeyboard-config_1.6.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/packages/xorg-lib/xkeyboard-config_1.6.bb b/meta/packages/xorg-lib/xkeyboard-config_1.6.bb index 86e737fa86..a2f58be9ea 100644 --- a/meta/packages/xorg-lib/xkeyboard-config_1.6.bb +++ b/meta/packages/xorg-lib/xkeyboard-config_1.6.bb | |||
| @@ -3,6 +3,7 @@ DESCRIPTION = "Keyboard configuration database for X Window" | |||
| 3 | SRC_URI = "http://xlibs.freedesktop.org/xkbdesc/xkeyboard-config-${PV}.tar.bz2" | 3 | SRC_URI = "http://xlibs.freedesktop.org/xkbdesc/xkeyboard-config-${PV}.tar.bz2" |
| 4 | SECTION = "x11/libs" | 4 | SECTION = "x11/libs" |
| 5 | LICENSE = "MIT-X" | 5 | LICENSE = "MIT-X" |
| 6 | DEPENDS = "intltool xkbcomp-native glib-2.0" | ||
| 6 | PR = "r2" | 7 | PR = "r2" |
| 7 | 8 | ||
| 8 | EXTRA_OECONF = "--with-xkb-rules-symlink=xorg" | 9 | EXTRA_OECONF = "--with-xkb-rules-symlink=xorg" |
| @@ -12,6 +13,7 @@ FILES_${PN} += "${datadir}/X11/xkb" | |||
| 12 | 13 | ||
| 13 | inherit autotools_stage pkgconfig | 14 | inherit autotools_stage pkgconfig |
| 14 | 15 | ||
| 15 | 16 | do_install_append () { | |
| 16 | 17 | install -d ${D}/usr/share/X11/xkb/compiled | |
| 17 | 18 | cd ${D}${datadir}/X11/xkb/rules && ln -sf base xorg | |
| 19 | } | ||
