summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Expand)AuthorFilesLines
2023-02-15meson: Combine duplicated c_args and cpp_argsYonggang Luo1-4/+2
2023-02-15meson: Split c_cpp_args from pre_argsYonggang Luo1-1/+7
2023-02-14meson: remove unused USE_FOO_ASM definesErik Faye-Lund1-2/+1
2023-02-12util: avoid calling kcmp on AndroidEric Engestrom1-0/+10
2023-02-07meson: Ignore unused variables when assertions are disabledpal10001-6/+6
2023-02-05meson: Fix Asahi build on macOSAsahi Lina1-1/+1
2023-02-03meson: combine checks for linker --gc-sections supportDylan Baker1-6/+4
2023-02-01meson: turn android-libbacktrace into a feature optionEric Engestrom1-8/+4
2023-01-30rusticl: fix build error with valgrind being enabledKarol Herbst1-2/+2
2023-01-27meson: remove deprecated dri-drivers optionErik Faye-Lund1-5/+0
2023-01-27meson: remove deprecated osmesa-bits optionErik Faye-Lund1-4/+0
2023-01-27meson: remove dupliace add_devenv callErik Faye-Lund1-2/+0
2023-01-25android: Make libbacktrace optional againTomeu Vizoso1-1/+16
2023-01-25android: allow system = 'android' on cross fileHelen Koike1-1/+1
2023-01-23util/fossilize_db: fix macOS inotify build errorJuston Li1-1/+1
2023-01-20meson: use sections in summary()Thomas H.P. Andersen1-59/+70
2023-01-20meson: use summary()Thomas H.P. Andersen1-64/+47
2023-01-19meson: use builtin support for reading version from a fileDylan Baker1-4/+1
2023-01-19meson: remove version checks for < 0.59Dylan Baker1-12/+3
2023-01-19meson: Use feature option methods for xmlconfigDylan Baker1-9/+7
2023-01-19meson: use a feature option for shared-llvmDylan Baker1-14/+4
2023-01-19meson: use a feature option for eglDylan Baker1-29/+8
2023-01-19meson: use a feature option for zstdDylan Baker1-15/+3
2023-01-19meson: use a feature option for xlib-leaseDylan Baker1-13/+3
2023-01-19meson: use a feature option for power8Dylan Baker1-9/+2
2023-01-19meson: use a feature option for lmsensorsDylan Baker1-15/+3
2023-01-19meson: use a feature option for libunwindDylan Baker1-18/+8
2023-01-19meson: use a feature option for valgrindDylan Baker1-15/+3
2023-01-19meson: use a feature option for llvmDylan Baker1-9/+2
2023-01-19meson: use a feature option for gbmDylan Baker1-16/+4
2023-01-19meson: use a feature option for gles2Dylan Baker1-34/+6
2023-01-19meson: use a feature option for gles1Dylan Baker1-15/+7
2023-01-19meson: use a feature option for shared-glapiDylan Baker1-13/+3
2023-01-19meson: use a feature option for shader_cacheDylan Baker1-22/+8
2023-01-19meson: use a feature option for gallium-xaDylan Baker1-23/+5
2023-01-19meson: use a feature option for gallium-vaDylan Baker1-36/+19
2023-01-19meson: use a feature option for gallium-vdpauDylan Baker1-44/+18
2023-01-19meson: use a feature option for dri3Dylan Baker1-13/+1
2023-01-19meson: drop meson < 0.54 workaroundDylan Baker1-11/+0
2023-01-19meson: replace uses of ExternalProgram.path with .full_pathDylan Baker1-2/+2
2023-01-19meson: replace has_exe_wrapper with can_run_host_binariesDylan Baker1-1/+1
2023-01-19meson: bump minimum required version to meson 0.59Dylan Baker1-1/+1
2023-01-14zink: add renderdoc handlingMike Blumenkrantz1-1/+2
2023-01-11meson: Define VK_USE_PLATFORM_WIN32_KHR for C++Jesse Natalie1-2/+1
2022-12-16OpenCL/draw module: Support linking with LLVM and clang 15 static librariespal10001-2/+11
2022-12-12vdpau: allow building vdpau st with virgl onlyJan Palus1-1/+2
2022-12-10nine: enable on panfrostDavid Heidelberg1-0/+1
2022-12-07meson: Do not enable drm for KGSL Turnip buildDanylo Piliaiev1-1/+5
2022-12-01meson: sort drivers alphabetically in any-of checksEric Engestrom1-15/+15
2022-12-01meson: make long any-of checks easier to read and to updateEric Engestrom1-12/+35