gallium: link with pthread

Fixes #1069.
This commit is contained in:
Christian Prochaska 2014-02-25 12:07:43 +01:00 committed by Christian Helmuth
parent 1295d5e062
commit 7fd53b52df
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#
# Aggregate all libraries needed to build a gallium-based GL application
#
LIBS = libc libm mesa mesa-egl gallium-aux gallium-egl gallium-softpipe
LIBS = libc libm pthread mesa mesa-egl gallium-aux gallium-egl gallium-softpipe
SHARED_LIB = yes

View File

@ -110,7 +110,7 @@ install_config $config
set boot_modules {
core init ld.lib.so timer nitpicker nit_fb
launchpad eglgears
gallium.lib.so libc.lib.so libm.lib.so libc_log.lib.so
gallium.lib.so libc.lib.so libm.lib.so libc_log.lib.so pthread.lib.so
}
lappend_if [have_spec linux] boot_modules fb_sdl