diff options
author | monsta <[email protected]> | 2016-11-20 22:02:58 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-20 22:02:58 +0300 |
commit | 06cb0eac6e40a12855a707d100eacfede1c839c2 (patch) | |
tree | 9025272224960477ff70da0c055b178c2ee69b41 /libmate-desktop | |
parent | ea5f6e05693b331cfec7d03c636460ace286821d (diff) | |
download | mate-desktop-06cb0eac6e40a12855a707d100eacfede1c839c2.tar.bz2 mate-desktop-06cb0eac6e40a12855a707d100eacfede1c839c2.tar.xz |
remove obsolete lib from mate-desktop-2.0-uninstalled.pc.in
not sure if anyone actually uses it though...
Diffstat (limited to 'libmate-desktop')
-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 1eac0be..2e696ed 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@ libmateui-2.0 @STARTUP_NOTIFICATION_PACKAGE@ +Requires: gtk+-@GTK_API_VERSION@ @STARTUP_NOTIFICATION_PACKAGE@ Version: @VERSION@ Libs: ${pc_top_builddir}/${pcfiledir}/libmate-desktop-2.la Cflags: -I${pc_top_builddir}/${pcfiledir} |