mcabber/mcabber.pc.in
author Mikael Berthe <mikael@lilotux.net>
Sun, 24 Oct 2021 21:20:36 +0200
changeset 2363 64f1899ff168
parent 2022 d58fb8d7a09a
child 2364 ca442ece1f70
permissions -rw-r--r--
Fix format-security warnings This patch should fix the FTBFS report in Debian sid (bug 997162): the format string was omitted when displaying the message prefix and the mcabber version.

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: MCabber
Description: Modular XMPP client
URL: http://mcabber.com
Requires.private: glib-2.0 gmodule-2.0 loudmouth-1.0
Version: @VERSION@
Libs: 
Cflags: -I${includedir} @LIBOTR_CFLAGS@ @GPGME_CFLAGS@