diff options
author | monsta <[email protected]> | 2016-11-20 22:15:39 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-20 22:15:39 +0300 |
commit | cdf431991d5a5253a99fffb3166965c4e84fb143 (patch) | |
tree | 05f32a431de6daf231808842f1c80d8b618cd980 /libmate-desktop/mate-desktop-2.0-uninstalled.pc.in | |
parent | 8a02c826552076be5f85bc9412252d096d4f01bb (diff) | |
download | mate-desktop-cdf431991d5a5253a99fffb3166965c4e84fb143.tar.bz2 mate-desktop-cdf431991d5a5253a99fffb3166965c4e84fb143.tar.xz |
move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option
Diffstat (limited to 'libmate-desktop/mate-desktop-2.0-uninstalled.pc.in')
-rw-r--r-- | libmate-desktop/mate-desktop-2.0-uninstalled.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmate-desktop/mate-desktop-2.0-uninstalled.pc.in b/libmate-desktop/mate-desktop-2.0-uninstalled.pc.in index 2e696ed..a915ed8 100644 --- a/libmate-desktop/mate-desktop-2.0-uninstalled.pc.in +++ b/libmate-desktop/mate-desktop-2.0-uninstalled.pc.in @@ -5,7 +5,7 @@ includedir=@includedir@ Name: mate-desktop-2.0 Description: Utility library for loading .desktop files -Requires: gtk+-@GTK_API_VERSION@ @STARTUP_NOTIFICATION_PACKAGE@ +Requires: gtk+-3.0 @STARTUP_NOTIFICATION_PACKAGE@ Version: @VERSION@ Libs: ${pc_top_builddir}/${pcfiledir}/libmate-desktop-2.la Cflags: -I${pc_top_builddir}/${pcfiledir} |