mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
cairo: always enable XCB support when X backend is enabled
cairo depends on xlib_libX11 for its Xlib backend. But xlib_libX11 depends on XCB, so the XCB support can always be built into Cairo. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
90c3150d5f
commit
d5d2f36367
@ -48,10 +48,10 @@ else
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_XORG7),y)
|
ifeq ($(BR2_PACKAGE_XORG7),y)
|
||||||
CAIRO_CONF_OPT += --enable-xlib --with-x
|
CAIRO_CONF_OPT += --enable-xlib --enable-xcb --with-x
|
||||||
CAIRO_DEPENDENCIES += xlib_libX11
|
CAIRO_DEPENDENCIES += xlib_libX11
|
||||||
else
|
else
|
||||||
CAIRO_CONF_OPT += --disable-xlib --without-x
|
CAIRO_CONF_OPT += --disable-xlib --disable-xcb --without-x
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_CAIRO_PS),y)
|
ifeq ($(BR2_PACKAGE_CAIRO_PS),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user