mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
cairo: remove host variant
Since we no longer need to build pango on the host, cairo on the host is no longer needed. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
832ce382c6
commit
7b38fc20ba
@ -79,8 +79,6 @@ else
|
|||||||
CAIRO_CONF_OPT += --disable-svg
|
CAIRO_CONF_OPT += --disable-svg
|
||||||
endif
|
endif
|
||||||
|
|
||||||
HOST_CAIRO_DEPENDENCIES = host-pkg-config host-pixman host-fontconfig
|
|
||||||
|
|
||||||
HOST_CAIRO_CONF_OPT = \
|
HOST_CAIRO_CONF_OPT = \
|
||||||
--enable-ps \
|
--enable-ps \
|
||||||
--enable-pdf \
|
--enable-pdf \
|
||||||
@ -90,4 +88,3 @@ HOST_CAIRO_CONF_OPT = \
|
|||||||
--disable-svg
|
--disable-svg
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package,cairo))
|
$(eval $(call AUTOTARGETS,package,cairo))
|
||||||
$(eval $(call AUTOTARGETS,package,cairo,host))
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user