sdl: fix incorrect SDL_CONF_OPTS assignment
authorRodrigo Rebello <rprebello@gmail.com>
Wed, 21 Oct 2015 03:10:25 +0000 (01:10 -0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 21 Oct 2015 08:07:21 +0000 (10:07 +0200)
commit3b884e44e0ef857eef1e95719c2e230b687e79a2
treeca744ab44cb62e21f179a1199be88a2677a3b0b1
parent3c943477f6c5fad59c4dc3be1e4a0b113384c60a
sdl: fix incorrect SDL_CONF_OPTS assignment

The option --enable-video-directfb=no was being assigned to
SDL_CONF_OPTS instead of being appended to it when
BR2_PACKAGE_SDL_DIRECTFB was disabled. That would clobber any options
previously added to SDL_CONF_OPTS (namely --enable-video-fbcon=yes|no).

Signed-off-by: Rodrigo Rebello <rprebello@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/sdl/sdl.mk