mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 20:58:52 +00:00
15 lines
381 B
PkgConfig
15 lines
381 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
datarootdir=@datarootdir@
|
|
datadir=@datadir@
|
|
sysconfdir=@sysconfdir@
|
|
|
|
Name: libsecret-@SECRET_MAJOR@
|
|
Description: GObject bindings for Secret Service API
|
|
Version: @VERSION@
|
|
Requires: glib-2.0 gobject-2.0 gio-2.0
|
|
Libs: -L${libdir} -lsecret-@SECRET_MAJOR@
|
|
Cflags: -I${includedir}/secret-@SECRET_MAJOR@
|