Make libxml2 a private dependency wrt pkconfig

* libabigail.pc.in: Libxml2 is not exposed to clients so make it
	be a private dependency.
This commit is contained in:
Dodji Seketeli 2013-08-22 17:41:29 +02:00
parent 13e2d1ee12
commit d5e0a10f1f
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ includedir=@includedir@
Name: libabigail
Description: The ABI Generic Analysis and Instrumentation Library
Version: @VERSION@
Requires: libxml-2.0 >= @LIBXML2_VERSION@
Requires.private: libxml-2.0 >= @LIBXML2_VERSION@
Libs: -L${libdir} -labigail
Cflags: -I${includedir}/libabigail