obt returns libxml2 structures directly, so anyone linking against it better also link to libxml2
This commit is contained in:
parent
aa3685d16a
commit
de7c3f466f
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ xlibs=@X_LIBS@
|
|||
Name: Obt
|
||||
Description: Openbox Toolkit Library
|
||||
Version: @OBT_VERSION@
|
||||
Requires: glib-2.0
|
||||
Requires: glib-2.0 libxml-2.0
|
||||
Libs: -L${libdir} -lobt ${xlibs}
|
||||
Cflags: -I${includedir}/openbox/@OBT_VERSION@ ${xcflags}
|
||||
|
|
Loading…
Reference in a new issue