blob: 4b80c6e9f814b3061803f6115ef2c1571792d89c [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001From 7727dbfef4dd7ced3958ae9ada59a8899976b12d Mon Sep 17 00:00:00 2001
2From: Markus Volk <f_l_k@t-online.de>
3Date: Mon, 12 Dec 2022 18:40:31 +0100
4Subject: [PATCH] xdg-desktop-portal.pc.in: add pc_sysrootdir dir
5
6---
7 xdg-desktop-portal.pc.in | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10diff --git a/xdg-desktop-portal.pc.in b/xdg-desktop-portal.pc.in
11index 585c0c8..15b5817 100644
12--- a/xdg-desktop-portal.pc.in
13+++ b/xdg-desktop-portal.pc.in
14@@ -2,7 +2,7 @@ prefix=@prefix@
15 datarootdir=@datarootdir@
16 datadir=@datadir@
17
18-interfaces_dir=${datadir}/dbus-1/interfaces/
19+interfaces_dir=${pc_sysrootdir}${datadir}/dbus-1/interfaces
20
21 Name: xdg-desktop-portal
22 Description: Desktop integration portal
23--
242.34.1
25