mirror of
https://github.com/openharmony/third_party_libabigail.git
synced 2026-07-01 06:09:52 -04:00
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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user