Add DIRECTFB_CFLAGS to SDL_CFLAGS so its cflags will get added to the sdl2.pc

This commit is contained in:
Brandon Schaefer 2014-04-17 14:02:21 -07:00
parent ece3143d8f
commit fc9491ddce

View file

@ -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