summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Kundrát <jan.kundrat@cesnet.cz>2017-12-09 16:49:07 +0100
committerPeter Korsgaard <peter@korsgaard.com>2017-12-10 20:54:31 +0100
commit28ffb6f6f8b1a5b28b025c100d09675f31ff027e (patch)
treed3058dd18a1f0b1170c12a7b81eb876ed9c16c0d
parentd2bc1e2bbbabc70f2e9436387b8a40ff96216372 (diff)
downloadbuildroot-28ffb6f6f8b1a5b28b025c100d09675f31ff027e.tar.gz
buildroot-28ffb6f6f8b1a5b28b025c100d09675f31ff027e.zip
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>
-rw-r--r--package/weston/weston.mk1
1 files changed, 0 insertions, 1 deletions
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
OpenPOWER on IntegriCloud