From: Stefan Schantl <stefan.schantl@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] pango: Fix rootfile.
Date: Fri, 13 May 2022 18:55:48 +0200 [thread overview]
Message-ID: <20220513165548.39423-1-stefan.schantl@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 990 bytes --]
The main libraries libpangocairo and libpangosoft2 accidently have been
marked to be not shipped or part of the system.
They are required by collecty and various other libraries or binaries.
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
config/rootfiles/common/pango | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config/rootfiles/common/pango b/config/rootfiles/common/pango
index fe3164613..1ca33d42b 100644
--- a/config/rootfiles/common/pango
+++ b/config/rootfiles/common/pango
@@ -44,10 +44,10 @@ usr/lib/libpango-1.0.so.0
usr/lib/libpango-1.0.so.0.5000.6
#usr/lib/libpangocairo-1.0.so
usr/lib/libpangocairo-1.0.so.0
-#usr/lib/libpangocairo-1.0.so.0.5000.6
+usr/lib/libpangocairo-1.0.so.0.5000.6
#usr/lib/libpangoft2-1.0.so
usr/lib/libpangoft2-1.0.so.0
-#usr/lib/libpangoft2-1.0.so.0.5000.6
+usr/lib/libpangoft2-1.0.so.0.5000.6
#usr/lib/pkgconfig/pango.pc
#usr/lib/pkgconfig/pangocairo.pc
#usr/lib/pkgconfig/pangofc.pc
--
2.30.2
next reply other threads:[~2022-05-13 16:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-13 16:55 Stefan Schantl [this message]
2022-05-14 9:14 ` Adolf Belka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220513165548.39423-1-stefan.schantl@ipfire.org \
--to=stefan.schantl@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox