diff options
| author | 2024-03-12 07:14:11 -0400 | |
|---|---|---|
| committer | 2024-03-12 07:14:11 -0400 | |
| commit | ff7affb8908875a94c539f02412585ab5fa3e538 (patch) | |
| tree | f7778a6be9f558efaab99837e4b3127701b4ec90 /teams/cloud | |
| parent | 12cb853ad9fdc5501bac6c6d65c1d8798d6ae55c (diff) | |
| download | kiwi-descriptions-ff7affb8908875a94c539f02412585ab5fa3e538.tar.gz kiwi-descriptions-ff7affb8908875a94c539f02412585ab5fa3e538.zip | |
teams/cloud/container: Filter out mesa-va-drivers for s390x for Toolbox
VA-API does not exist in s390x, so we need this filtered out for
that architecture.
Diffstat (limited to 'teams/cloud')
| -rw-r--r-- | teams/cloud/container.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/teams/cloud/container.xml b/teams/cloud/container.xml index 4c25c74..448532d 100644 --- a/teams/cloud/container.xml +++ b/teams/cloud/container.xml @@ -184,7 +184,7 @@ <package name="man-db"/> <package name="man-pages"/> <package name="mesa-dri-drivers"/> - <package name="mesa-va-drivers"/> + <package name="mesa-va-drivers" arch="aarch64,ppc64le,x86_64"/> <!-- doesn't exist in s390x --> <package name="mesa-vulkan-drivers"/> <package name="mtr"/> <package name="nss-mdns"/> |