diff options
author | Koen Kooi <koen@openembedded.org> | 2009-09-03 11:25:50 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-09-03 11:25:50 +0200 |
commit | b1cc93c1161812723acebd603812cd16a9b19072 (patch) | |
tree | c0070b7b7f518e4183b2074e01e61ce956c63bb7 /recipes/xorg-lib/libxext-native_1.0.5.bb | |
parent | 94c2e1f513e1571e56f3729d1439d71eb4d7148b (diff) |
libxext-native: stop providing 'xext'
Diffstat (limited to 'recipes/xorg-lib/libxext-native_1.0.5.bb')
-rw-r--r-- | recipes/xorg-lib/libxext-native_1.0.5.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/xorg-lib/libxext-native_1.0.5.bb b/recipes/xorg-lib/libxext-native_1.0.5.bb index c931cf7b8a..25320d9dda 100644 --- a/recipes/xorg-lib/libxext-native_1.0.5.bb +++ b/recipes/xorg-lib/libxext-native_1.0.5.bb @@ -1,5 +1,7 @@ require libxext_${PV}.bb +PROVIDES = "" + DEPENDS = "libx11-native libxau-native xextproto-native" PE = "1" |