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`.
14 lines
321 B
PkgConfig
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'
|