aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickaƫl CHAZAUX <mchazaux@adeneo-embedded.com>2010-04-19 02:39:06 +0000
committerKoen Kooi <koen@openembedded.org>2010-04-19 15:24:39 +0200
commitc1993858d847ac17f4bd00655adf5655fd9d2c6c (patch)
treec50d2e36335c6ee6f11eafa3f821a4c372f32586
parent8ca6eaa9c4f841c6db00cea2fbebe9fe4bdfae2c (diff)
downloadopenembedded-c1993858d847ac17f4bd00655adf5655fd9d2c6c.tar.gz
pixman: Add perl-native dependency
Signed-off-by: Koen Kooi <koen@openembedded.org>
-rw-r--r--recipes/xorg-lib/pixman.inc2
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 "