diff options
author | monsta <[email protected]> | 2015-08-25 14:40:58 +0300 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-02 11:34:01 +0200 |
commit | b24934e186456b50d7702192ec3a270926831791 (patch) | |
tree | e7daae0af65482e5f1a5598808e4e55792dd7e6d /data | |
parent | f6d7a422f3f5f97e676cd18cef5bb46aca8da6be (diff) | |
download | pluma-b24934e186456b50d7702192ec3a270926831791.tar.bz2 pluma-b24934e186456b50d7702192ec3a270926831791.tar.xz |
drop support for win32/osx and checkupdate plugin
that plugin has never been built in linux anyway due to logic
in configure.ac
Diffstat (limited to 'data')
-rw-r--r-- | data/pluma.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/pluma.pc.in b/data/pluma.pc.in index 99277117..9028e4af 100644 --- a/data/pluma.pc.in +++ b/data/pluma.pc.in @@ -9,4 +9,4 @@ Description: pluma Requires: gtksourceview-@GTK_API_VERSION@ Version: @VERSION@ Cflags: -I${includedir}/pluma -Libs: -L${libdir} @PLUMA_IMPLIB@ +Libs: -L${libdir} |