mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 20:20:06 +02:00
mesa: switch build type to debugoptimized
This commit is contained in:
@@ -6,7 +6,7 @@ providing 3D rendering to Haiku applications."
|
||||
HOMEPAGE="https://www.mesa3d.org/"
|
||||
COPYRIGHT="1999-2021 Brian Paul"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://mesa.freedesktop.org/archive/mesa-${portVersion}.tar.xz"
|
||||
CHECKSUM_SHA256="7245284a159d2484770e1835a673e79e4322a9ddf43b17859668244946db7174"
|
||||
SOURCE_DIR="mesa-${portVersion}"
|
||||
@@ -104,7 +104,7 @@ BUILD()
|
||||
|
||||
mkdir -p build
|
||||
meson build -Dosmesa=true -Degl=true -Dgallium-drivers=swrast \
|
||||
--buildtype=release \
|
||||
--buildtype=debugoptimized \
|
||||
--prefix=$prefix \
|
||||
--libdir=$libDir \
|
||||
--includedir=$includeDir
|
||||
|
||||
Reference in New Issue
Block a user