From 247748351764cf829261c1b532c6c021f10459f4 Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 13 Sep 2019 17:19:32 +0200 Subject: [PATCH] Fix description in pkg-config recipe. --- identiconpp.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/identiconpp.pc.in b/identiconpp.pc.in index 004485d..87e9d1f 100644 --- a/identiconpp.pc.in +++ b/identiconpp.pc.in @@ -5,7 +5,7 @@ libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@ includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@ Name: ${name} -Description: Library to generate identicons for C++ and C. +Description: Library to generate identicons for C++. Version: @PROJECT_VERSION@ Libs: -L${libdir} -l${name} Cflags: -I${includedir}