xorg-driver-common.inc : add an extra header to our autoconf workaround
authorGraeme Gregory <dp@xora.org.uk>
Wed, 5 Nov 2008 14:12:42 +0000 (14:12 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Wed, 12 Nov 2008 15:20:32 +0000 (15:20 +0000)
for the openchrome driver

packages/xorg-driver/xorg-driver-common.inc

index 7126b8b..0f24dd5 100644 (file)
@@ -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'`