[oe-commits] Graeme Gregory : xorg-driver-common.inc : add an extra header to our autoconf workaround

GIT User account git at amethyst.openembedded.net
Wed Nov 12 16:26:46 UTC 2008


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

Author: Graeme Gregory <dp at xora.org.uk>
Date:   Wed Nov  5 14:12:42 2008 +0000

xorg-driver-common.inc : add an extra header to our autoconf workaround
for the openchrome driver

---

 packages/xorg-driver/xorg-driver-common.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/xorg-driver/xorg-driver-common.inc b/packages/xorg-driver/xorg-driver-common.inc
index 7126b8b..0f24dd5 100644
--- a/packages/xorg-driver/xorg-driver-common.inc
+++ b/packages/xorg-driver/xorg-driver-common.inc
@@ -26,7 +26,7 @@ do_stage() {
 
 do_configure_prepend() {
 	incdir=${layout_includedir}/xorg
-	for f in dri.h sarea.h dristruct.h exa.h damage.h; do
+	for f in dri.h sarea.h dristruct.h exa.h damage.h xf86Module.h; do
 		path="$incdir/$f"
 		if [ -f "${STAGING_DIR_HOST}/$path" ]; then
 			p=`echo "$path" | sed 'y%*+%pp%;s%[^_[:alnum:]]%_%g'`





More information about the Openembedded-commits mailing list