From: Dana Jansens Date: Fri, 12 Feb 2010 20:09:03 +0000 (-0500) Subject: make the obt .pc file do -lobt, not -lobrender X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=commitdiff_plain;h=3f5403a916c73679a3f225fc1e6d8591a08a178d make the obt .pc file do -lobt, not -lobrender --- diff --git a/obt/obt-3.5.pc.in b/obt/obt-3.5.pc.in index 840de161..65096ad8 100644 --- a/obt/obt-3.5.pc.in +++ b/obt/obt-3.5.pc.in @@ -10,5 +10,5 @@ Name: Obt Description: Openbox Toolkit Library Version: @OBT_VERSION@ Requires: glib-2.0 -Libs: -L${libdir} -lobrender ${xlibs} +Libs: -L${libdir} -lobt ${xlibs} Cflags: -I${includedir}/openbox/@OBT_VERSION@ ${xcflags}