mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
xorg-intel-gpu-tools: correct meson build options
This commit is contained in:
parent
9c6cf9e858
commit
2ec775fef9
@ -11,16 +11,15 @@ PKG_URL="https://www.x.org/releases/individual/app/igt-gpu-tools-${PKG_VERSION}.
|
||||
PKG_LONGDESC="Test suite and tools for DRM/KMS drivers"
|
||||
PKG_TOOLCHAIN="meson"
|
||||
|
||||
PKG_MESON_OPTS_TARGET="-Dbuild_overlay=false \
|
||||
-Dbuild_man=false \
|
||||
-Dwith_valgrind=false \
|
||||
-Dbuild_audio=false \
|
||||
-Dbuild_chamelium=false \
|
||||
-Dbuild_docs=false \
|
||||
-Dbuild_tests=true
|
||||
-Dwith_libdrm=auto \
|
||||
-Dwith_libunwind=false \
|
||||
-Dbuild_runner=false"
|
||||
PKG_MESON_OPTS_TARGET="-Dchamelium=disabled \
|
||||
-Ddocs=disabled \
|
||||
-Dlibdrm_drivers=auto \
|
||||
-Dlibunwind=disabled \
|
||||
-Dman=disabled \
|
||||
-Doverlay=disabled \
|
||||
-Drunner=disabled \
|
||||
-Dtests=enabled \
|
||||
-Dvalgrind=disabled"
|
||||
|
||||
pre_configure_target() {
|
||||
# xorg-intel-gpu-tools does not build with NDEBUG (requires assert for tests)
|
||||
|
Loading…
x
Reference in New Issue
Block a user