From fc9491ddce5829e62b0c36bf8d565c238e5578d2 Mon Sep 17 00:00:00 2001 From: Brandon Schaefer Date: Thu, 17 Apr 2014 14:02:21 -0700 Subject: [PATCH] Add DIRECTFB_CFLAGS to SDL_CFLAGS so its cflags will get added to the sdl2.pc --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index f7537f0bf09d9..791c870b50dcc 100644 --- a/configure.in +++ b/configure.in @@ -1783,6 +1783,7 @@ AC_MSG_WARN("directfb $directfb_lib") SUMMARY_video="${SUMMARY_video} directfb" fi AC_MSG_RESULT($directfb_shared) + SDL_CFLAGS="$SDL_CFLAGS $DIRECTFB_CFLAGS" have_video=yes fi fi