mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
gtk+3: disable gtk-doc when x11 is not available
gtk-doc requires gdk/x11/gdkx.h which is not available if gdk x11 backend is disabled (due to jku's patch). (From OE-Core rev: d1e9927ba145036cb56d7512026df1a8c21a85dd) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
31029c8001
commit
ae773d6374
@@ -32,6 +32,7 @@ EXTRA_OECONF += " \
|
||||
--disable-cups \
|
||||
--disable-colord \
|
||||
WAYLAND_PROTOCOLS_SYSROOT_DIR=${STAGING_DIR}/${MACHINE} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "x11", "", "--disable-gtk-doc", d)} \
|
||||
"
|
||||
EXTRA_OECONF[vardepsexclude] = "MACHINE"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user