12 lines
306 B
PkgConfig
12 lines
306 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@
|
||
|
|
||
|
Name: Geany
|
||
|
Description: A fast and lightweight IDE using GTK2
|
||
|
Requires: gtk+-2.0 >= 2.6.0
|
||
|
Version: @VERSION@
|
||
|
Libs: -L${libdir}
|
||
|
Cflags: -I${includedir}/geany -I${includedir}/geany/tagmanager -I${includedir}/geany/scintilla
|