From 91128d05ff60ed2e6324a1455910369c8268f144 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Sep 26 2008 21:13:31 +0000 Subject: oops missing CFLAGS --- diff --git a/copy-fb-contents.patch b/copy-fb-contents.patch index 8f65375..23d4e3c 100644 --- a/copy-fb-contents.patch +++ b/copy-fb-contents.patch @@ -1,3 +1,15 @@ +diff --git a/configure.ac b/configure.ac +index a7e954d..8b126b5 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -123,6 +123,7 @@ if test "$DRI" = yes; then + if test "x$DRM_MODE" = xyes; then + AC_DEFINE(XF86DRM_MODE,1,[DRM kernel modesetting]) + fi ++ CFLAGS="$save_CFLAGS" + fi + + save_CFLAGS="$CFLAGS" diff --git a/src/drmmode_display.c b/src/drmmode_display.c index 25e6183..a22cd62 100644 --- a/src/drmmode_display.c