package/weston: Remove redundant dependency

It's already there, unconditionally, in the list of main dependencies.

Signed-off-by: Jan Kundrát <jan.kundrat@cesnet.cz>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Jan Kundrát 2017-12-09 16:49:07 +01:00 committed by Peter Korsgaard
parent d2bc1e2bbb
commit 28ffb6f6f8

View file

@ -86,7 +86,6 @@ ifeq ($(BR2_PACKAGE_WESTON_DRM),y)
WESTON_CONF_OPTS += \
--enable-drm-compositor \
WESTON_NATIVE_BACKEND=drm-backend.so
WESTON_DEPENDENCIES += libdrm
else
WESTON_CONF_OPTS += --disable-drm-compositor
endif