5960d27b1c
also make the render versioning more explicit that it's for the render library not all of openbox
14 lines
310 B
PkgConfig
14 lines
310 B
PkgConfig
prefix=/opt/openbox
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
xcflags=
|
|
xlibs= -lSM -lICE -lX11
|
|
|
|
Name: Obt
|
|
Description: Openbox Toolkit Library
|
|
Version: 3.999.0
|
|
Requires: glib-2.0
|
|
Libs: -L${libdir} -lobrender ${xlibs}
|
|
Cflags: -I${includedir}/openbox/@OB_VERSION@ ${xcflags}
|