mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
This will make it easier to support installing just sysprof-cli and the sysprofd helper daemon on systems where GTK is not feasible or necessary. This does not, however, do that. It simply gets things broken up into pieces.
12 lines
297 B
PkgConfig
12 lines
297 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${exec_prefix}/include
|
|
|
|
Name: libsysprof-@API_VERSION@
|
|
Description: The sysprof profiler library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lsysprof-@API_VERSION@
|
|
Cflags: -I${includedir}/sysprof-@API_VERSION@
|
|
Requires: gio-2.0
|