From a09fbe3c680b67ea55d218cf3f469f2798cd4037 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Fri, 17 Dec 2010 14:09:48 +0000 Subject: gnome-doc-utils: ensure a native variant exists for document generation gnome-doc-utils-native must be available to do the build time generation of documentation however most gnome projects will do a pkgconfig check for the host version of gnome-doc-utils. This patch adds gnome-doc-utils-native and makes gnome-doc-utils depend on it so that recipe writers can just add gnome-doc-utils to their DEPENDS and the system will do the right thing. Signed-off-by: Joshua Lock --- meta/recipes-gnome/gnome/gnome-doc-utils.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'meta/recipes-gnome/gnome/gnome-doc-utils.inc') diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils.inc b/meta/recipes-gnome/gnome/gnome-doc-utils.inc index 00a64e2582..0cd8203ae1 100644 --- a/meta/recipes-gnome/gnome/gnome-doc-utils.inc +++ b/meta/recipes-gnome/gnome/gnome-doc-utils.inc @@ -1,7 +1,5 @@ LICENSE = "GPL LGPL" -DEPENDS = "libxml2 libxslt libxslt-native" - -PR = "r1" +DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native" inherit gnome -- cgit v1.2.3-54-g00ecf