diff options
author | monsta <[email protected]> | 2016-10-11 21:34:59 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-10-11 21:34:59 +0300 |
commit | 002845e5d9a1272b12dc493ea8b2426951069310 (patch) | |
tree | 1ca4315d3daa0078c8acf9385618af1bdbffd464 /libmatekbd.pc.in | |
parent | 14e2a76353f603a520a1b005bbe862a6b12db18b (diff) | |
download | libmatekbd-002845e5d9a1272b12dc493ea8b2426951069310.tar.bz2 libmatekbd-002845e5d9a1272b12dc493ea8b2426951069310.tar.xz |
move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option
Diffstat (limited to 'libmatekbd.pc.in')
-rw-r--r-- | libmatekbd.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmatekbd.pc.in b/libmatekbd.pc.in index cb6489f..76edc09 100644 --- a/libmatekbd.pc.in +++ b/libmatekbd.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: libmatekbd Description: MATE keyboard shared library Version: @VERSION@ -Requires: gmodule-export-2.0 gdk-@GTK_API_VERSION@ >= @GDK_REQUIRED@ gio-2.0 >= @GIO_REQUIRED@ libxklavier >= @LIBXKLAVIER_REQUIRED@ +Requires: gmodule-export-2.0 gdk-3.0 >= @GDK_REQUIRED@ gio-2.0 >= @GIO_REQUIRED@ libxklavier >= @LIBXKLAVIER_REQUIRED@ Libs: -L${libdir} -lmatekbd Cflags: -I${includedir} |