Correct GTK API version in *.pc.in.

This commit is contained in:
Daiki Ueno
2010-11-15 14:35:03 +09:00
parent c72c75083c
commit 8ff00226e2
2 changed files with 2 additions and 2 deletions

View File

@ -25,6 +25,6 @@ Name: libeek-gtk
Description: A Library to Create Keyboard-like UI (GTK Support)
URL: http://ueno.github.com/eekboard/
Version: @VERSION@
Requires: eek-@EEK_API_VERSION@ gtk+-2.0
Requires: eek-@EEK_API_VERSION@ gtk+-@GTK_API_VERSION@
Libs: -L${libdir} -leek-gtk
Cflags: -I${includedir}/eek-@EEK_API_VERSION@