obt returns libxml2 structures directly, so anyone linking against it better also link to libxml2

This commit is contained in:
Dana Jansens 2010-06-16 13:25:39 -04:00
parent aa3685d16a
commit de7c3f466f

View file

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