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-Tag: release-3.5.0~81 X-Git-Url: http://git.openbox.org/?p=dana%2Fopenbox.git;a=commitdiff_plain;h=de7c3f466f1e69e470b3767a5eaab4b6af24b655;hp=aa3685d16af4a565eecdc39047ee8d140ef5cd99 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 65096ad..8dae581 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}