From 28ffb6f6f8b1a5b28b025c100d09675f31ff027e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Kundr=C3=A1t?= Date: Sat, 9 Dec 2017 16:49:07 +0100 Subject: [PATCH] package/weston: Remove redundant dependency MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It's already there, unconditionally, in the list of main dependencies. Signed-off-by: Jan Kundrát Signed-off-by: Peter Korsgaard --- package/weston/weston.mk | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2