diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-09-22 13:58:57 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-09-22 13:58:57 +0000 |
commit | af096d29bbab900dfc6bfe7a067a7c8bb90a76d9 (patch) | |
tree | 1813b6a492cabdc4526ed9fe26a10768fc5fbcf7 /meta/packages/xorg-lib | |
parent | a521e64e064c4f11941a241cd2f9acb2e8249d41 (diff) | |
download | openembedded-core-af096d29bbab900dfc6bfe7a067a7c8bb90a76d9.tar.gz openembedded-core-af096d29bbab900dfc6bfe7a067a7c8bb90a76d9.tar.bz2 openembedded-core-af096d29bbab900dfc6bfe7a067a7c8bb90a76d9.zip |
libxkbfile-native: needed by xkbcomp-native
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5209 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xorg-lib')
-rw-r--r-- | meta/packages/xorg-lib/libxkbfile-native_1.0.5.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/packages/xorg-lib/libxkbfile-native_1.0.5.bb b/meta/packages/xorg-lib/libxkbfile-native_1.0.5.bb new file mode 100644 index 0000000000..27c5dce5e4 --- /dev/null +++ b/meta/packages/xorg-lib/libxkbfile-native_1.0.5.bb @@ -0,0 +1,8 @@ +require libxkbfile_${PV}.bb + +DEPENDS = "libx11-native kbproto-native" +PE = "1" + +XORG_PN = "libxkbfile" + +inherit native |