Skip to content

Commit

Permalink
obt returns libxml2 structures directly, so anyone linking against it…
Browse files Browse the repository at this point in the history
… better also link to libxml2
  • Loading branch information
danakj committed Jun 16, 2010
1 parent aa3685d commit de7c3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obt/obt-3.5.pc.in
Expand Up @@ -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}

0 comments on commit de7c3f4

Please sign in to comment.