diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-18 11:47:46 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-18 14:50:09 +0100 |
commit | 2f48ef98570605e84b83d57665cb966bba1a52f2 (patch) | |
tree | 7c76cfde6363680d40f00d2a45f9fe62947d35bf /recipes/xorg-lib/libxt-native_1.0.8.bb | |
parent | 4b7cc047cdbda5a7fbccc4ae4815da8d30386bdf (diff) |
xinit, xinput, libxt: add newer versions
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-lib/libxt-native_1.0.8.bb')
-rw-r--r-- | recipes/xorg-lib/libxt-native_1.0.8.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/xorg-lib/libxt-native_1.0.8.bb b/recipes/xorg-lib/libxt-native_1.0.8.bb new file mode 100644 index 0000000000..9745f6530d --- /dev/null +++ b/recipes/xorg-lib/libxt-native_1.0.8.bb @@ -0,0 +1,8 @@ +require libxt_${PV}.bb + +DEPENDS = "libx11-native libsm-native kbproto-native" +PROVIDES = "xt-native" + +inherit native + +XORG_PN = "libXt" |