diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-01-13 23:10:38 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-01-14 10:54:10 -0800 |
commit | 74745dcd016731195cc62e4302ec0ac12012420e (patch) | |
tree | 2c7a7feed0c24194cfaab93dc1cf4d243c3361ec | |
parent | 53e68a189a7d447bfc59f1b8904dbc8e38087c94 (diff) | |
download | meta-openembedded-74745dcd016731195cc62e4302ec0ac12012420e.tar.gz |
libwnck: inherit gtk-doc
Recent changes to oe-core[1] mean that if a configure.ac uses gtk-doc
then gtkdocize will be called. This means that recipes that don't
inherit gtk-doc (to depend on gtk-doc-native) but don't explicitly
disable the use of gtkdocize will fail to configure.
Inheriting gtk-doc both solves the configure failure, and allows us to
build the API documentation.
[1] oe-core 891ec38d4c5cc5ac7bc34938276261ebd6f6d54e
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb b/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb index 8655affdb..d7f47002f 100644 --- a/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb +++ b/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb | |||
@@ -9,7 +9,7 @@ PACKAGECONFIG ??= "startup-notification" | |||
9 | PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" | 9 | PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" |
10 | 10 | ||
11 | GNOMEBASEBUILDCLASS = "autotools" | 11 | GNOMEBASEBUILDCLASS = "autotools" |
12 | inherit gnomebase gobject-introspection features_check | 12 | inherit gnomebase gobject-introspection features_check gtk-doc |
13 | REQUIRED_DISTRO_FEATURES = "x11" | 13 | REQUIRED_DISTRO_FEATURES = "x11" |
14 | 14 | ||
15 | SRC_URI[archive.md5sum] = "f03e1139296e2a3a92e3b65a3080cd32" | 15 | SRC_URI[archive.md5sum] = "f03e1139296e2a3a92e3b65a3080cd32" |