diff options
| author | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-09-02 01:00:27 +0200 |
|---|---|---|
| committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-09-02 01:33:08 +0200 |
| commit | 8cc857fcbc68c88fa59f450586d1e273beb7a45f (patch) | |
| tree | 272804c6b86dc632f45c1639174b29cd1af27c28 | |
| parent | f784dd2d78f947838ebc1d4a84f81a55e8311b8f (diff) | |
libxext-native: provide native recipe for libxext
* recipe is needed for evas-native
| -rw-r--r-- | recipes/xorg-lib/libxext-native_1.0.5.bb | 6 |
1 files changed, 6 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 new file mode 100644 index 0000000000..c931cf7b8a --- /dev/null +++ b/recipes/xorg-lib/libxext-native_1.0.5.bb @@ -0,0 +1,6 @@ +require libxext_${PV}.bb + +DEPENDS = "libx11-native libxau-native xextproto-native" +PE = "1" + +inherit native |
