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
20 lines
480 B
Diff
20 lines
480 B
Diff
--- a/configure.ac 2019-09-18 20:01:29.244433451 +0200
|
|
+++ b/configure.ac 2019-09-18 20:06:01.479617139 +0200
|
|
@@ -185,6 +185,8 @@
|
|
# Python
|
|
###########################
|
|
|
|
+AS_IF([test "x$with_gtk" = x2],
|
|
+ [
|
|
PYGTK_REQUIRED=2.14.0
|
|
PYGOBJECT_REQUIRED=0.22
|
|
|
|
@@ -207,6 +209,7 @@
|
|
PYGTK_CODEGEN="$PYTHON `$PKG_CONFIG --variable=codegendir pygtk-2.0`/codegen.py"
|
|
AC_SUBST(PYGTK_CODEGEN)
|
|
AC_MSG_RESULT($PYGTK_CODEGEN)
|
|
+])
|
|
|
|
#########################
|
|
# Check if build tests
|