From acbdefbad2a69ef1edae690cf5fd6d5cdf3953c6 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 20 Jun 2013 12:33:23 +0200 Subject: [PATCH] data/libxbps.pc.in: no need to link to proplib anymore. --- data/libxbps.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/libxbps.pc.in b/data/libxbps.pc.in index 52baf4d9..f504d0ed 100644 --- a/data/libxbps.pc.in +++ b/data/libxbps.pc.in @@ -6,5 +6,5 @@ includedir=${exec_prefix}/include Name: XBPS API Library Description: The X Binary Package System library Version: @@VERSION@@ -Libs: -lprop -lxbps -L${libdir} +Libs: -lxbps -L${libdir} Cflags: -I${includedir}