diff options
Diffstat (limited to 'recipes/xorg-lib/libxt-native_1.0.5.bb')
-rw-r--r-- | recipes/xorg-lib/libxt-native_1.0.5.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/xorg-lib/libxt-native_1.0.5.bb b/recipes/xorg-lib/libxt-native_1.0.5.bb new file mode 100644 index 0000000000..9745f6530d --- /dev/null +++ b/recipes/xorg-lib/libxt-native_1.0.5.bb @@ -0,0 +1,8 @@ +require libxt_${PV}.bb + +DEPENDS = "libx11-native libsm-native kbproto-native" +PROVIDES = "xt-native" + +inherit native + +XORG_PN = "libXt" |