diff options
author | Mickaƫl CHAZAUX <mchazaux@adeneo-embedded.com> | 2010-04-19 02:39:06 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-19 15:24:39 +0200 |
commit | c1993858d847ac17f4bd00655adf5655fd9d2c6c (patch) | |
tree | c50d2e36335c6ee6f11eafa3f821a4c372f32586 /recipes | |
parent | 8ca6eaa9c4f841c6db00cea2fbebe9fe4bdfae2c (diff) |
pixman: Add perl-native dependency
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/xorg-lib/pixman.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/xorg-lib/pixman.inc b/recipes/xorg-lib/pixman.inc index a5987bb86f..539a33a888 100644 --- a/recipes/xorg-lib/pixman.inc +++ b/recipes/xorg-lib/pixman.inc @@ -3,6 +3,8 @@ PRIORITY = "optional" DESCRIPTION = "Low-level pixel manipulation library." LICENSE = "X11" +DEPENDS = "perl-native" + BBCLASSEXTEND = "native" SRC_URI = "http://cairographics.org/releases/${BPN}-${PV}.tar.gz;name=archive " |