mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
pango: use gobject-introspection.bbclass on/off mechanism
(From OE-Core rev: 2e2dbb4c16dcdc8b1d51a3d5a46d766e395d1840) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
75c0da2e2a
commit
b655388022
@@ -28,17 +28,9 @@ PACKAGECONFIG[x11] = ",,virtual/libx11 libxft"
|
|||||||
|
|
||||||
GTKDOC_ENABLE_FLAG = "-Denable_docs=true"
|
GTKDOC_ENABLE_FLAG = "-Denable_docs=true"
|
||||||
GTKDOC_DISABLE_FLAG = "-Denable_docs=false"
|
GTKDOC_DISABLE_FLAG = "-Denable_docs=false"
|
||||||
|
|
||||||
GI_ENABLE_FLAG = "-Dgir=true"
|
|
||||||
GI_DISABLE_FLAG = "-Dgir=false"
|
|
||||||
|
|
||||||
EXTRA_OEMESON_append_class-nativesdk = " ${GI_DISABLE_FLAG}"
|
|
||||||
|
|
||||||
EXTRA_OEMESON_append_class-target = " ${@bb.utils.contains('GI_DATA_ENABLED', 'True', '${GI_ENABLE_FLAG}', \
|
|
||||||
'${GI_DISABLE_FLAG}', d)} "
|
|
||||||
|
|
||||||
EXTRA_OEMESON_append_class-target = " ${@bb.utils.contains('GTKDOC_ENABLED', 'True', '${GTKDOC_ENABLE_FLAG}', \
|
EXTRA_OEMESON_append_class-target = " ${@bb.utils.contains('GTKDOC_ENABLED', 'True', '${GTKDOC_ENABLE_FLAG}', \
|
||||||
'${GTKDOC_DISABLE_FLAG}', d)} "
|
'${GTKDOC_DISABLE_FLAG}', d)} "
|
||||||
|
GIR_MESON_OPTION = 'gir'
|
||||||
|
|
||||||
LEAD_SONAME = "libpango-1.0*"
|
LEAD_SONAME = "libpango-1.0*"
|
||||||
LIBV = "1.8.0"
|
LIBV = "1.8.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user