mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
weston: handle lcms dependecy
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
4582f90738
commit
db9104f2dd
@@ -101,4 +101,11 @@ else
|
||||
WESTON_CONF_OPTS += --disable-vaapi-recorder
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LCMS2),y)
|
||||
WESTON_CONF_OPTS += --enable-lcms
|
||||
WESTON_DEPENDENCIES += lcms2
|
||||
else
|
||||
WESTON_CONF_OPTS += --disable-lcms
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user