diff options
author | Jesse Barnes <jbarnes@virtuousgeek.org> | 2008-08-25 16:59:03 -0700 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2008-08-25 16:59:56 -0700 |
commit | 94a86fa51a931f0059ea17728f857ec92cec5b16 (patch) | |
tree | 2ab6e01af6d111bd77849bfdbdf2fc7d5a6ce3d9 /configure.ac | |
parent | 09a235af0f216052d3101b153c18be1fa75abf15 (diff) |
Fix UXA build for distcheckxf86-video-intel-2.4.97.0
Was missing proper path info in CFLAGS.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index ab1936d0..86bb80fd 100644 --- a/configure.ac +++ b/configure.ac @@ -183,6 +183,8 @@ else fi AC_SUBST([XMODES_CFLAGS]) +UXA_CFLAGS='-I$(top_srcdir)/uxa' +AC_SUBST([UXA_CFLAGS]) SAVE_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $XORG_CFLAGS" |