5f0963d470
This prevents from having to update both configure.ac and geany.pc.in every time our dependencies (e.g. GTK version) change.
15 lines
375 B
PkgConfig
15 lines
375 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
datarootdir=@datarootdir@
|
|
datadir=@datadir@
|
|
localedir=@localedir@
|
|
|
|
Name: Geany
|
|
Description: A fast and lightweight IDE using GTK2
|
|
Requires: @DEPENDENCIES@
|
|
Version: @VERSION@
|
|
Libs: -L${libdir}
|
|
Cflags: -DGTK -I${includedir}/geany -I${includedir}/geany/tagmanager -I${includedir}/geany/scintilla
|