mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
weston: handle webp dependency
It doesn't have an enable/disable switch so it's just the dependency. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
db9104f2dd
commit
70f9bc8d4f
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user