Files
ofono-sailfish/ofono/ofono.pc.in
Ratchanan Srirattanamet b1e794a9f0 Make it possible to make a varianted package
To build a varianted package, patch the package name in `configure.ac`
and pass `--includedir` to `configure`.

Varianted package have its pkg-config file and plugin directory renamed.
It's recommended to also pass --includedir to `configure`.
2025-10-17 22:18:58 +08:00

14 lines
321 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
plugindir=${libdir}/@PACKAGE@/plugins
Name: @PACKAGE@
Description: oFono - Open Source Telephony
Version: @VERSION@
Requires: glib-2.0 dbus-1
Cflags: -I${includedir}
Libs: -module -avoid-version -export-symbols-regex 'ofono_plugin_desc'