From 32e5e36ea862c3fb981e7cc358280cbc7fbc8605 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Mon, 27 Jan 2014 19:20:43 -0800 Subject: Add Description field to pkg-config file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Without a Description field, pkg-config complains and won’t provide the library flags for the package. --- ppamltracer.pc.in | 1 + 1 file changed, 1 insertion(+) diff --git a/ppamltracer.pc.in b/ppamltracer.pc.in index a2a9a5f..92b9985 100644 --- a/ppamltracer.pc.in +++ b/ppamltracer.pc.in @@ -5,6 +5,7 @@ includedir=@includedir@ Name: ppamltracer Version: @PACKAGE_VERSION@ +Description: A lightweight, portable tracing library Cflags: -I${includedir} Libs: -L${libdir} -lppamltracer Libs.private: @OTF_LIBS@ -- cgit v1.2.3