From: Gustavo Zacarias Date: Tue, 29 Mar 2016 14:39:08 +0000 (-0300) Subject: weston: handle webp dependency X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=70f9bc8d4f177e991441cabb63e1a9c14f995cd7;p=buildroot.git weston: handle webp dependency It doesn't have an enable/disable switch so it's just the dependency. Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- diff --git a/package/weston/weston.mk b/package/weston/weston.mk index e3a8f29a85..de734e033c 100644 --- a/package/weston/weston.mk +++ b/package/weston/weston.mk @@ -11,7 +11,8 @@ WESTON_LICENSE = MIT WESTON_LICENSE_FILES = COPYING WESTON_DEPENDENCIES = host-pkgconf wayland wayland-protocols \ - libxkbcommon pixman libpng jpeg mtdev udev cairo libinput + libxkbcommon pixman libpng jpeg mtdev udev cairo libinput \ + $(if $(BR2_PACKAGE_WEBP),webp) WESTON_CONF_OPTS = \ --with-dtddir=$(STAGING_DIR)/usr/share/wayland \