[oe-commits] Denis 'Gnutoo' Carikli : xorg-driver-common.inc: also inlcude(-I) the staging headers of xorg(else compilation fails)"

git version control git at git.openembedded.org
Thu Sep 24 11:45:07 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: bd40807158b26bbe1b5014d8f3609c3af30863e9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=bd40807158b26bbe1b5014d8f3609c3af30863e9

Author: Denis 'Gnutoo' Carikli <GNUtoo at no-log.org>
Date:   Sun Sep 20 22:19:50 2009 +0200

xorg-driver-common.inc: also inlcude(-I) the staging headers of xorg(else compilation fails)"

---

 recipes/xorg-driver/xorg-driver-common.inc |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/recipes/xorg-driver/xorg-driver-common.inc b/recipes/xorg-driver/xorg-driver-common.inc
index 36c0ddf..110ccde 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
 }





More information about the Openembedded-commits mailing list