Dominique Leuenberger
fab5d4a268
- Build with vala 0.34: + Replace pkgconfig(libvala-0.32) BuildRequires with pkgconfig(libvala-0.34). + Add anjuta-vala-0.34.patch: add support for vala 0.34. + Add gnome-common BuildRequires and call to autogen.sh: above patch touches the build system. OBS-URL: https://build.opensuse.org/request/show/427892 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=192
14 lines
572 B
Diff
14 lines
572 B
Diff
Index: anjuta-3.20.0/configure.ac
|
|
===================================================================
|
|
--- anjuta-3.20.0.orig/configure.ac
|
|
+++ anjuta-3.20.0/configure.ac
|
|
@@ -329,7 +329,7 @@ if test "$user_disabled_vala" = 1; then
|
|
else
|
|
AC_MSG_RESULT(no)
|
|
AC_MSG_CHECKING(if libvala is available)
|
|
- m4_foreach([VERSION], [[0.18], [0.20], [0.22], [0.24], [0.26], [0.28], [0.30], [0.32]],
|
|
+ m4_foreach([VERSION], [[0.18], [0.20], [0.22], [0.24], [0.26], [0.28], [0.30], [0.32], [0.34]],
|
|
[PKG_CHECK_EXISTS([ libvala-VERSION ],
|
|
[ valaver="-VERSION" ])
|
|
])
|