Package: glib-d / 2.4.3-4

Metadata

Package Version Patches format
glib-d 2.4.3-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Add missing gthread 2.0 dependency.patch | (download)

meson.build | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 add missing gthread-2.0 dependency
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Fixes the 'undefined symbol: g_thread_init' error when running programs that link to glibd.

Reason:
> To use g_thread_init() in your program, you have to link with the libraries that the command pkg-config libs gthread-2.0 outputs.
- https://docs.gtk.org/glib/type_func.Thread.init.html

Signed-off-by: Dan Printzell <xwildn00bx@gmail.com>
(cherry picked from commit 396827a714e38614b7351eda57cdd2f6a5c17b1c)