408f2f5a52
- Split gtk2 and gtk3 builds using _multibuild. Python2 and Mono bindings are only available for GTK2, so the GTK3 version has significantly less build dependencies, add only_require_python_for_gtk2.patch - Drop dependency on deprecated gnome-common, see https://wiki.gnome.org/Projects/GnomeCommon/Migration - Allow configure run to succeed even when gtk-doc is not installed, add make_gtk_doc_optional.patch OBS-URL: https://build.opensuse.org/request/show/733157 OBS-URL: https://build.opensuse.org/package/show/X11:Unity/libappindicator?expand=0&rev=21
17 lines
363 B
Diff
17 lines
363 B
Diff
--- a/configure.ac 2019-09-18 20:01:29.244433451 +0200
|
|
+++ b/configure.ac 2019-09-18 20:59:47.284282932 +0200
|
|
@@ -33,8 +33,12 @@
|
|
# GTK Doc
|
|
###########################
|
|
|
|
+# check for gtk-doc
|
|
+m4_ifdef([GTK_DOC_CHECK], [
|
|
GTK_DOC_CHECK([1.14],[--flavour no-tmpl])
|
|
-
|
|
+],[
|
|
+AM_CONDITIONAL([ENABLE_GTK_DOC], false)
|
|
+])
|
|
|
|
###########################
|
|
# Dependencies
|