meson: Use the check_header function
[mesa.git] / .gitlab-ci / meson-build.sh
index b618f45a2c2442e0f946db4eb292641db2d278cf..c6affea46da5f061b7738c40feb3f6bf36bbdc2c 100755 (executable)
@@ -54,11 +54,10 @@ meson _build --native-file=native.file \
       ${GALLIUM_ST} \
       -D gallium-drivers=${GALLIUM_DRIVERS:-[]} \
       -D vulkan-drivers=${VULKAN_DRIVERS:-[]} \
-      -D I-love-half-baked-turnips=true \
       ${EXTRA_OPTION}
 cd _build
 meson configure
-ninja -j4
+ninja
 LC_ALL=C.UTF-8 ninja test
 ninja install
 cd ..