plover-gtk/plover-gtk.pc.in
author J. Ali Harlow <ali@juiblex.co.uk>
Wed Sep 12 16:37:13 2018 +0100 (2018-09-12)
changeset 81 734c6230e41f
permissions -rw-r--r--
Fix a bug causing plover_get_program_directory() to fail when executable is in a root directory
     1 prefix=@prefix@
     2 exec_prefix=@exec_prefix@
     3 libdir=@libdir@
     4 includedir=@includedir@
     5 
     6 Name: plover-gtk
     7 Description: Plover Gtk+ objects
     8 Version: @VERSION@
     9 Requires: plover gtk+-2.0
    10 Libs: -L${libdir} -lplover-gtk
    11 Cflags: -I${includedir}