diff options
author | Koen Kooi <koen@openembedded.org> | 2009-05-29 15:05:21 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-05-29 15:05:21 +0200 |
commit | 78497e8028789d515acc26f2f3dbfa305d1092da (patch) | |
tree | 22fb2e4be907bf65115367213520b042f846deb3 /recipes/xorg-lib | |
parent | 85ec35caba5e29b318e3a6112b42c59c006ba584 (diff) |
libx11-native: add 1.1.5
Diffstat (limited to 'recipes/xorg-lib')
-rw-r--r-- | recipes/xorg-lib/libx11-native_1.1.5.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/xorg-lib/libx11-native_1.1.5.bb b/recipes/xorg-lib/libx11-native_1.1.5.bb new file mode 100644 index 0000000000..71b45afdf4 --- /dev/null +++ b/recipes/xorg-lib/libx11-native_1.1.5.bb @@ -0,0 +1,8 @@ +require libx11_${PV}.bb + +FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libx11" + +DEPENDS = "xproto-native xextproto-native libxau-native xtrans-native libxdmcp-native xcmiscproto-native xf86bigfontproto-native kbproto-native inputproto-native bigreqsproto-native util-macros-native" +PROVIDES = "" + +inherit native |