]> Dogcows Code - chaz/openbox/blob - obt/obt-4.0.pc
change openbox to use the libotk's keyboard.[ch] stuff instead of the old modkeys...
[chaz/openbox] / obt / obt-4.0.pc
1 prefix=/opt/openbox
2 exec_prefix=${prefix}
3 libdir=${exec_prefix}/lib
4 includedir=${prefix}/include
5
6 xcflags=
7 xlibs= -lSM -lICE -lX11
8
9 Name: Obt
10 Description: Openbox Toolkit Library
11 Version: 3.999.0
12 Requires: glib-2.0
13 Libs: -L${libdir} -lobrender ${xlibs}
14 Cflags: -I${includedir}/openbox/@OB_VERSION@ ${xcflags}
This page took 0.035105 seconds and 4 git commands to generate.