Copy from GNOME:Apps/deja-dup based on submit request 48790 from user vuntz OBS-URL: https://build.opensuse.org/request/show/48790 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deja-dup?expand=0&rev=2
13 lines
386 B
Diff
13 lines
386 B
Diff
Index: configure.ac
|
|
===================================================================
|
|
--- configure.ac.orig
|
|
+++ configure.ac
|
|
@@ -119,6 +119,7 @@ AC_SUBST(PREF_CFLAGS)
|
|
AC_SUBST(PREF_LIBS)
|
|
|
|
PKG_CHECK_MODULES(COMMON,
|
|
+ $GTK_MODULE >= $GTK_REQ_VER
|
|
gio-2.0 >= $GIO_REQ_VER
|
|
gio-unix-2.0 >= $GIO_REQ_VER
|
|
gconf-2.0
|