mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
Mesa: fix debug build
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
610cd21161
commit
d58cd288af
@ -4,8 +4,9 @@
|
||||
|
||||
get_graphicdrivers
|
||||
|
||||
# dont use strip because of use from mklib
|
||||
# dont use strip or ggdb because of use from mklib
|
||||
LDFLAGS=`echo $LDFLAGS | sed -e "s|-s||"`
|
||||
LDFLAGS=`echo $LDFLAGS | sed -e "s|-ggdb||"`
|
||||
|
||||
MESA_CONFIG=" --disable-gallium --disable-gallium-nouveau --disable-gallium-i915 --disable-gallium-i965"
|
||||
MESA_CONFIG="$MESA_CONFIG --disable-gallium-radeon --disable-gallium-r600 --disable-gallium-svga --disable-gallium-swrast"
|
||||
|
Loading…
x
Reference in New Issue
Block a user