mirror of
https://github.com/flatpak/flatpak.git
synced 2025-12-31 11:58:03 -05:00
Some projects such as GNOME-Software need this information to know if its safe to build against (libsoup2 vs libsoup3 conflicts).
20 lines
475 B
PkgConfig
20 lines
475 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
datarootdir=@datarootdir@
|
|
includedir=@includedir@
|
|
datadir=@datadir@
|
|
|
|
interfaces_dir=${datadir}/dbus-1/interfaces/
|
|
|
|
# This will either be 'soup' for libsoup-2.x or 'curl' for libcurl.
|
|
httpbackend=@http_backend@
|
|
|
|
Name: flatpak
|
|
Description: Application sandboxing framework
|
|
Version: @VERSION@
|
|
Requires: glib-2.0 gio-2.0 ostree-1
|
|
Requires.private: gio-unix-2.0
|
|
Libs: -L${libdir} -lflatpak
|
|
Cflags: -I${includedir}/flatpak
|