diff options
author | Antti Andreimann <antti.andreimann@mail.ee> | 2007-10-21 15:13:33 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-10-21 15:13:33 +0000 |
commit | 768b509053eef78cd6ba3494b5d7a2258dfb4932 (patch) | |
tree | 3c8bfcb6b77dc3a1d8a3beabf733763133233d13 /packages/xorg-lib | |
parent | cc3c2c1fa81fa57425cd8e43c8ecccff92d81ffc (diff) |
xkbcomp: reinstate recipe, closes #3212
Diffstat (limited to 'packages/xorg-lib')
-rw-r--r-- | packages/xorg-lib/libxkbfile-native_1.0.4.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/xorg-lib/libxkbfile-native_1.0.4.bb b/packages/xorg-lib/libxkbfile-native_1.0.4.bb new file mode 100644 index 0000000000..27c5dce5e4 --- /dev/null +++ b/packages/xorg-lib/libxkbfile-native_1.0.4.bb @@ -0,0 +1,8 @@ +require libxkbfile_${PV}.bb + +DEPENDS = "libx11-native kbproto-native" +PE = "1" + +XORG_PN = "libxkbfile" + +inherit native |