Commits

Peter Korsgaard committed d4f2f892885
directfb: fixup input/gfx drivers handling after 0e4d25ff0fc5 The input/gfx drivers handling got broken by the ':=' -> '=' conversion, as we redefine the variables in terms of themselves, causing recursion. Fix it by directly assigning the result to DIRECTFB_CONF_OPT instead. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>