mirror of https://gitee.com/openkylin/enchant.git
Move glib-2.0 Requires in upstream enchant.pc.in to Requires.private. While enchant depends on glib-2.0,
API it exposes to other programs doesn't require glib. This makes life easier for packages depending on enchant Author: Agustin Martin Domingo <agmartin@debian.org> Gbp-Pq: Name 02_Requires-Private.diff
This commit is contained in:
parent
086df739f9
commit
90bb9d3d1d
|
@ -6,6 +6,6 @@ includedir=@includedir@
|
|||
Name: libenchant
|
||||
Description: A spell checking library
|
||||
Version: @VERSION@
|
||||
Requires: glib-2.0 gmodule-no-export-2.0
|
||||
Requires.private: glib-2.0 gmodule-no-export-2.0
|
||||
Libs: -L${libdir} -lenchant
|
||||
Cflags: -I${includedir}/enchant
|
||||
|
|
Loading…
Reference in New Issue