mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
cairo: Add tee surface backend option (required by firefox)
Signed-off-by: Stefan Froberg <stefan.froberg@petroprogram.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
77d3c5d457
commit
42136fea75
@ -32,4 +32,7 @@ config BR2_PACKAGE_CAIRO_SVG
|
|||||||
select BR2_PACKAGE_CAIRO_PNG
|
select BR2_PACKAGE_CAIRO_PNG
|
||||||
select BR2_PACKAGE_CAIRO_PDF
|
select BR2_PACKAGE_CAIRO_PDF
|
||||||
|
|
||||||
|
config BR2_PACKAGE_CAIRO_TEE
|
||||||
|
bool "tee support"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -77,4 +77,10 @@ else
|
|||||||
CAIRO_CONF_OPT += --disable-svg
|
CAIRO_CONF_OPT += --disable-svg
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_CAIRO_TEE),y)
|
||||||
|
CAIRO_CONF_OPT += --enable-tee
|
||||||
|
else
|
||||||
|
CAIRO_CONF_OPT += --disable-tee
|
||||||
|
endif
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user