From: Martin Jansa Date: Wed, 17 Feb 2010 14:50:02 +0000 (+0100) Subject: gtk+-2.18.6: add libxrender-native to virtclass-native dependencies (fails to find... X-Git-Tag: Release-2010-05/1~491^2~201 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=999ce2c0868d3ccf8958b7ab53a7e7bd3ff02e85;p=openembedded.git gtk+-2.18.6: add libxrender-native to virtclass-native dependencies (fails to find libx11 without) Signed-off-by: Martin Jansa --- diff --git a/recipes/gtk+/gtk+_2.18.6.bb b/recipes/gtk+/gtk+_2.18.6.bb index 674a88a731..2fb79f13f8 100644 --- a/recipes/gtk+/gtk+_2.18.6.bb +++ b/recipes/gtk+/gtk+_2.18.6.bb @@ -4,7 +4,7 @@ PR = "${INC_PR}.1" BBCLASSEXTEND = "native" -DEPENDS_virtclass-native = "atk-native pango-native cairo-native" +DEPENDS_virtclass-native = "atk-native pango-native cairo-native libxrender-native" # Enable xkb selectively XKBTOGGLE = " --disable-xkb"