From: Denis 'Gnutoo' Carikli Date: Sun, 20 Sep 2009 20:19:50 +0000 (+0200) Subject: xorg-driver-common.inc: also inlcude(-I) the staging headers of xorg(else compilation... X-Git-Tag: Release-2010-05/1~2313^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd40807158b26bbe1b5014d8f3609c3af30863e9;p=openembedded.git xorg-driver-common.inc: also inlcude(-I) the staging headers of xorg(else compilation fails)" --- diff --git a/recipes/xorg-driver/xorg-driver-common.inc b/recipes/xorg-driver/xorg-driver-common.inc index 36c0ddf3b3..110ccde3b6 100644 --- a/recipes/xorg-driver/xorg-driver-common.inc +++ b/recipes/xorg-driver/xorg-driver-common.inc @@ -16,6 +16,9 @@ FILES_${PN}-dbg += "${libdir}/xorg/modules/*/.debug" inherit autotools pkgconfig +TARGET_CPPFLAGS += "-I${STAGING_DIR_HOST}/usr/include/xorg" + + do_stage() { autotools_stage_all }