From 3f5403a916c73679a3f225fc1e6d8591a08a178d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 12 Feb 2010 15:09:03 -0500 Subject: [PATCH] make the obt .pc file do -lobt, not -lobrender --- 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 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} -- 2.43.0