From bd40807158b26bbe1b5014d8f3609c3af30863e9 Mon Sep 17 00:00:00 2001 From: Denis 'Gnutoo' Carikli Date: Sun, 20 Sep 2009 22:19:50 +0200 Subject: xorg-driver-common.inc: also inlcude(-I) the staging headers of xorg(else compilation fails)" --- recipes/xorg-driver/xorg-driver-common.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/xorg-driver/xorg-driver-common.inc') 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 } -- cgit 1.2.3-korg