/usr/lib/x86_64-linux-gnu/pkgconfig/flatpak.pc is in libflatpak-dev 0.11.3-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | prefix=/usr
exec_prefix=${prefix}
libdir=${prefix}/lib/x86_64-linux-gnu
datarootdir=${prefix}/share
includedir=${prefix}/include
datadir=${datarootdir}
interfaces_dir=${datadir}/dbus-1/interfaces/
Name: flatpak
Description: Application sandboxing framework
Version: 0.11.3
Requires: glib-2.0 gio-2.0
Requires.private: gio-unix-2.0 ostree-1
Libs: -L${libdir} -lflatpak
Cflags: -I${includedir}/flatpak
|