Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: CNK on March 16, 2024, 10:54:22 PM

Title: Missing gtk2.tcz dependency for TC15 x86_64 (and x86?)
Post by: CNK on March 16, 2024, 10:54:22 PM
libgtk-x11-2.0.so requires libEGL.so.1, which in TC14 was pulled in via pango.tcz in the dep file, however in TC15 libEGL.tcz doesn't get loaded and GTK2 programs fail to run until it is.

I suggest that the following line be added in gtk2.tcz.dep for TC15 x86_64 (maybe also x86?) to fix this:
Code: [Select]
libEGL.tcz

Thank you.
Title: Re: Missing gtk2.tcz dependency for TC15 x86_64 (and x86?)
Post by: Juanito on March 18, 2024, 04:39:18 AM
gtk2 dep file adjusted - thanks