From: Jan Kundrát Date: Sat, 9 Dec 2017 15:49:07 +0000 (+0100) Subject: package/weston: Remove redundant dependency X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=28ffb6f6f8b1a5b28b025c100d09675f31ff027e;p=buildroot.git package/weston: Remove redundant dependency It's already there, unconditionally, in the list of main dependencies. Signed-off-by: Jan Kundrát Signed-off-by: Peter Korsgaard --- diff --git a/package/weston/weston.mk b/package/weston/weston.mk index 638954f034..3d17a61577 100644 --- a/package/weston/weston.mk +++ b/package/weston/weston.mk @@ -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