17 lines
406 B
PkgConfig
17 lines
406 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
xcflags=@X_CFLAGS@
|
|
xlibs=@X_LIBS@
|
|
|
|
pangocflags=@PANGO_CFLAGS@
|
|
pangolibs=@PANGO_LIBS@
|
|
|
|
Name: ObRender
|
|
Description: Openbox Render Library
|
|
Version: @VERSION@
|
|
Requires: obparser-3.0 glib-2.0 xft pangoxft
|
|
Libs: -L${libdir} -lobrender ${xlibs} ${pangolibs}
|
|
Cflags: -I${includedir}/openbox/@OB_VERSION@ ${xcflags} ${pangocflags}
|