mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
meson: don't build gallium trivial tests on windows
They require the pipe-loaders, which require xmlconfig, which doesn't build with msvc. Acked-by: Eric Engestrom <eric.engestrom@intel.com> Acked-by: Kristian H. Kristensen <hoegsberg@google.com>
This commit is contained in:
parent
880ca3c964
commit
56db696875
1 changed files with 7 additions and 2 deletions
|
|
@ -18,6 +18,11 @@
|
|||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
# SOFTWARE.
|
||||
|
||||
subdir('trivial')
|
||||
subdir('unit')
|
||||
if not with_platform_windows
|
||||
# pipe-loader doesn't build on windows.
|
||||
subdir('trivial')
|
||||
endif
|
||||
if with_gallium_softpipe
|
||||
subdir('unit')
|
||||
endif
|
||||
subdir('graw')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue