From: Dana Jansens Date: Wed, 16 Jun 2010 17:25:39 +0000 (-0400) Subject: obt returns libxml2 structures directly, so anyone linking against it better also... X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=commitdiff_plain;h=de7c3f466f1e69e470b3767a5eaab4b6af24b655 obt returns libxml2 structures directly, so anyone linking against it better also link to libxml2 --- 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}