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 | |
parent | a521e64e064c4f11941a241cd2f9acb2e8249d41 (diff) | |
download | poky-af096d29bbab900dfc6bfe7a067a7c8bb90a76d9.tar.gz |
libxkbfile-native: needed by xkbcomp-native
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5209 311d38ba-8fff-0310-9ca6-ca027cbcb966
-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 @@ | |||
1 | require libxkbfile_${PV}.bb | ||
2 | |||
3 | DEPENDS = "libx11-native kbproto-native" | ||
4 | PE = "1" | ||
5 | |||
6 | XORG_PN = "libxkbfile" | ||
7 | |||
8 | inherit native | ||