From caaabf7a11fa272a55b3dc2ac490d47df885ff9c Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Tue, 23 Jul 2013 17:52:39 +0200 Subject: Fix pkgconfig file for GTK3 support --- configure.ac | 2 +- libmate-desktop/mate-desktop-2.0.pc.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index f589789..efca89e 100644 --- a/configure.ac +++ b/configure.ac @@ -137,7 +137,7 @@ GLIB_REQUIRED=2.19.1 GIO_REQUIRED=2.26.0 XRANDR_REQUIRED=1.2 -#AC_SUBST(GTK_REQUIRED) +AC_SUBST(GTK_API_VERSION) AC_SUBST(GLIB_REQUIRED) AC_SUBST(GDK_PIXBUF_REQUIRED) AC_SUBST(GIO_REQUIRED) diff --git a/libmate-desktop/mate-desktop-2.0.pc.in b/libmate-desktop/mate-desktop-2.0.pc.in index f72665e..37681b6 100644 --- a/libmate-desktop/mate-desktop-2.0.pc.in +++ b/libmate-desktop/mate-desktop-2.0.pc.in @@ -5,7 +5,7 @@ includedir=@includedir@ Name: mate-desktop-2.0 Description: Utility library for loading .desktop files -Requires: gtk+-2.0 @STARTUP_NOTIFICATION_PACKAGE@ +Requires: gtk+-@GTK_API_VERSION@ @STARTUP_NOTIFICATION_PACKAGE@ Version: @VERSION@ Libs: -L${libdir} -lmate-desktop-2 Cflags: -I${includedir}/mate-desktop-2.0 -- cgit v1.2.1