weston: set default backend for fbdev
When it's enabled set the default weston backend to fbdev, otherwise the drm backend is the default even though we are not building it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
fd946f3e0b
commit
da34e3e88b
@ -49,7 +49,9 @@ WESTON_CONF_OPTS += --disable-rdp-compositor
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_WESTON_FBDEV),y)
|
||||
WESTON_CONF_OPTS += --enable-fbdev-compositor
|
||||
WESTON_CONF_OPTS += \
|
||||
--enable-fbdev-compositor \
|
||||
WESTON_NATIVE_BACKEND=fbdev-backend.so
|
||||
else
|
||||
WESTON_CONF_OPTS += --disable-fbdev-compositor
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user