gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [bug #57759] Pango not found


From: Jan Tojnar
Subject: [Gnash-commit] [bug #57759] Pango not found
Date: Thu, 6 Feb 2020 18:02:15 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:72.0) Gecko/20100101 Firefox/72.0

Follow-up Comment #1, bug #57759 (project gnash):

Apparently, the code is looking for pangox library:

https://git.savannah.gnu.org/cgit/gnash.git/tree/macros/pango.m4?id=583ccbc1275c7701dc4843ec12142ff86bb305b4#n37

which has been removed from Pango ages ago.

Gnash does not actually use pango directly at all. It looks like it was added
for static linking against GTK when not using pkg-config but it was not
updated or limited to non-pkg-config GTK builds (pkg-config would provide the
necessary transitive dependencies automatically).

The proper solution would be removing all the pango checks and relying on
pkg-config but as a quick hack you can replace pangox for pango in the macro.

(file #48366)
    _______________________________________________________

Additional Item Attachment:

File name: 0001-Do-not-depend-on-pangox.patch Size:1 KB
   
<https://savannah.gnu.org/file/0001-Do-not-depend-on-pangox.patch?file_id=48366>



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57759>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]