docs: update calendar, add news item and link release notes for 19.1.0
[mesa.git] / .gitlab-ci / meson-build.sh
index e6f0b8004686d397e822aa567bdea3960dd65bef..733f040171a34fa7802c6a71ed8a8f99e839dd2c 100755 (executable)
@@ -24,7 +24,8 @@ 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
+      -D I-love-half-baked-turnips=true \
+      ${EXTRA_OPTION}
 cd _build
 meson configure
 ninja -j4