From 608947edf7393b3bdff2bc49794e983e7e56ad50 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 10 Oct 2024 00:47:25 +0200 Subject: [PATCH] Panel.pc: generate RPATH at build-time --- data/Panel.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/Panel.pc.in b/data/Panel.pc.in index 093dc1d..ace4a6e 100644 --- a/data/Panel.pc.in +++ b/data/Panel.pc.in @@ -8,4 +8,4 @@ Description: DeforaOS Desktop Panel applets Version: @VERSION@ Requires: libDesktop Cflags: -I${includedir} -Libs: -Wl,-rpath-link,${libdir} -Wl,-rpath,${libdir} -L${libdir} -lPanel +Libs: -L${libdir} @RPATH@ -lPanel