projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2bc1e2
)
package/weston: Remove redundant dependency
author
Jan Kundrát
<jan.kundrat@cesnet.cz>
Sat, 9 Dec 2017 15:49:07 +0000
(16:49 +0100)
committer
Peter Korsgaard
<peter@korsgaard.com>
Sun, 10 Dec 2017 19:54:31 +0000
(20:54 +0100)
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>
package/weston/weston.mk
patch
|
blob
|
history
diff --git
a/package/weston/weston.mk
b/package/weston/weston.mk
index 638954f0348722d5d3cfb119cebd91cc0ecc819d..3d17a6157719e74de73e43eb9e7515a67741d00a 100644
(file)
--- 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