Fixed the DirectFB renderer not being enabled in autoconf builds
This commit is contained in:
parent
563e2c2d71
commit
a0acea5bcc
2 changed files with 4 additions and 0 deletions
3
configure
vendored
3
configure
vendored
|
@ -21501,6 +21501,9 @@ fi
|
|||
|
||||
$as_echo "#define SDL_VIDEO_DRIVER_DIRECTFB 1" >>confdefs.h
|
||||
|
||||
|
||||
$as_echo "#define SDL_VIDEO_RENDER_DIRECTFB 1" >>confdefs.h
|
||||
|
||||
SOURCES="$SOURCES $srcdir/src/video/directfb/*.c"
|
||||
EXTRA_CFLAGS="$EXTRA_CFLAGS $DIRECTFB_CFLAGS"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue