15 lines
345 B
PkgConfig
15 lines
345 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@
|
||
|
datadir=@DATADIR@
|
||
|
modulepath=@MODULEPATH@
|
||
|
themepath=@THEMEPATH@
|
||
|
|
||
|
Name: blib
|
||
|
Description: Library of useful things to hack the Blinkenlights
|
||
|
Version: @VERSION@
|
||
|
Requires: gobject-2.0 >= 2.0.1
|
||
|
Libs: -L${libdir} -lb @WIN32_LIBS@
|
||
|
Cflags: -I@INCLUDEDIR@ @WIN32_CFLAGS@
|