mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 12:48:51 +00:00
994ae44a77
* C callers need to use libsecret-0 pkg-config file for stable and libsecret-unstable for unstable stuff. * Vala callers need to '--pkg libsecret-unstable' for unstable * GObject Introspection callers need to use the SecretUnstable package
14 lines
325 B
PkgConfig
14 lines
325 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
datarootdir=@datarootdir@
|
|
datadir=@datadir@
|
|
sysconfdir=@sysconfdir@
|
|
|
|
Name: libsecret-unstable
|
|
Description: GObject bindings for Secret Service API (Unstable)
|
|
Version: @VERSION@
|
|
Requires: libsecret-@SECRET_MAJOR@
|
|
Cflags: -DSECRET_WITH_UNSTABLE
|