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
357 B
PkgConfig
12 lines
357 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${exec_prefix}/include
|
|
|
|
Name: libsysprof-ui-@API_VERSION@
|
|
Description: The sysprof library containing reusable GTK widgets
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lsysprof-ui-@API_VERSION@
|
|
Cflags: -I${includedir}/sysprof-@API_VERSION@
|
|
Requires: gio-2.0 gtk+-3.0 sysprof-@API_VERSION@
|