Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
Can't make json-glib-1.0 and gee-0.8 optional, since some classes provide
API using it for performance reason.
  • Loading branch information
ueno committed Jun 16, 2014
1 parent 82ab9a2 commit e5a21c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions libkkc/kkc-1.0.deps
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
glib-2.0
gio-2.0
json-glib-1.0
gee-0.8
3 changes: 1 addition & 2 deletions libkkc/kkc-1.0.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ pkgdatadir=@datadir@/libkkc
Name: libkkc
Description: Japanese Kana Kanji conversion library
Version: @VERSION@
Requires: gobject-2.0 gio-2.0 json-glib-1.0
Requires.private: gee-0.8
Requires: gobject-2.0 gio-2.0 json-glib-1.0 gee-0.8
Libs: -L${libdir} -lkkc
Cflags: -I${includedir}/kkc-@KKC_API_VERSION@

0 comments on commit e5a21c6

Please sign in to comment.