mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 02:01:38 +00:00
parent
1295d5e062
commit
7fd53b52df
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user