all repos — openbox @ de7c3f466f1e69e470b3767a5eaab4b6af24b655

openbox fork - make it a bit more like ryudo

obt returns libxml2 structures directly, so anyone linking against it better also link to libxml2
Dana Jansens danakj@orodu.net
commit

de7c3f466f1e69e470b3767a5eaab4b6af24b655

parent

aa3685d16af4a565eecdc39047ee8d140ef5cd99

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M obt/obt-3.5.pc.inobt/obt-3.5.pc.in

@@ -9,6 +9,6 @@

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}