aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox.pc.in
blob: 273af799b29ca3c1e811cbd7bcd3c675047ce108 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/matchbox-@MBWM_API_VERSION@/matchbox
localedir=@localedir@
apiversion=@MBWM_API_VERSION@
requires=@MBWM_PKGREQUIRES@

Name: Matchbox
Description: Framework to build window and composite managers.
Requires: ${requires}
Version: @VERSION@
Libs: -L${libdir} -lmatchbox-${apiversion}
Cflags: -I${includedir}