openbox/obt/obt-4.0.pc.in
Dana Jansens 5960d27b1c setup versioning for libotk that is separate from libobrender (and libobparser for now), and bump library versions up to 4.0.
also make the render versioning more explicit that it's for the render library not all of openbox
2008-01-20 01:36:54 -05:00

14 lines
297 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
xcflags=@X_CFLAGS@
xlibs=@X_LIBS@
Name: Obt
Description: Openbox Toolkit Library
Version: @VERSION@
Requires: glib-2.0
Libs: -L${libdir} -lobrender ${xlibs}
Cflags: -I${includedir}/openbox/@OB_VERSION@ ${xcflags}