data/libxbps.pc.in: no need to link to proplib anymore.

This commit is contained in:
Juan RP 2013-06-20 12:33:23 +02:00
parent 09e116b7f0
commit acbdefbad2

View File

@ -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}