util/meson: Getting mesa util core to be self contained
authorYonggang Luo <luoyonggang@gmail.com>
Tue, 8 Nov 2022 08:12:10 +0000 (16:12 +0800)
committerMarge Bot <emma+marge@anholt.net>
Wed, 2 Aug 2023 03:41:24 +0000 (03:41 +0000)
commit235b10e7cff967bba9b12a950acdb0667e6ce5e8
treec639297340701efede92cd63dd0975c65fdb65e7
parente87969eed5f6dc9045f196c0a86e0d3ced873823
util/meson: Getting mesa util core to be self contained

Guard util to be standalone by move subdir('util') just behind subdir('android_stub')

texcompress_rgtc_tmp.h is not a standard c header, do not treat it as source

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19522>
src/c11/impl/meson.build
src/gallium/targets/libgl-gdi/meson.build
src/meson.build
src/util/format/meson.build
src/util/meson.build
src/util/tests/format/meson.build
src/util/tests/hash_table/meson.build
src/util/tests/vma/meson.build