mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Previously, pkgconfig files hard-coded the include and lib directory names, breaking the configuration when they were overridden.
12 lines
337 B
PkgConfig
12 lines
337 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=${prefix}
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
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@
|