public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] pango: Fix rootfile.
@ 2022-05-13 16:55 Stefan Schantl
  2022-05-14  9:14 ` Adolf Belka
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Schantl @ 2022-05-13 16:55 UTC (permalink / raw)
  To: development

[-- 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-14  9:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-13 16:55 [PATCH] pango: Fix rootfile Stefan Schantl
2022-05-14  9:14 ` Adolf Belka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox