view console/libgnt/gnt.pc.in @ 15801:94867b2f38f5

Re-order includes to fix this compile error: In file included from gntwm.c:9: gntwm.h:166: error: syntax error before 'gnt_wm_get_idle_time' gntwm.h:166: warning: data definition has no type or storage class gntwm.c:1218: error: conflicting types for 'gnt_wm_get_idle_time' gntwm.h:166: error: previous declaration of 'gnt_wm_get_idle_time' was here
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 17 Mar 2007 16:48:25 +0000
parents 46db943326fb
children
line wrap: on
line source

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
datarootdir=@datarootdir@
datadir=@datadir@
sysconfdir=@sysconfdir@
 
Name: LibGNT
Description: Glib Ncurses Toolkit is a collection of curses-widgets.
Version: @VERSION@
Requires: glib-2.0
Cflags: -I${includedir}/gnt
Libs: -L${libdir} -lgnt