From de7c3f466f1e69e470b3767a5eaab4b6af24b655 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 16 Jun 2010 13:25:39 -0400 Subject: [PATCH] obt returns libxml2 structures directly, so anyone linking against it better also link to libxml2 --- obt/obt-3.5.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obt/obt-3.5.pc.in b/obt/obt-3.5.pc.in index 65096ad8..8dae581e 100644 --- a/obt/obt-3.5.pc.in +++ b/obt/obt-3.5.pc.in @@ -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} -- 2.43.0