diff --git a/Mesa-drivers.changes b/Mesa-drivers.changes index 4a11c8d..aadcae7 100644 --- a/Mesa-drivers.changes +++ b/Mesa-drivers.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 29 17:15:01 UTC 2020 - Stefan Dirsch + +- enabled build of gallium based llvmpipe driver for s390x + (related to jsc#IBM-369, jsc#SLE-7452) + ------------------------------------------------------------------- Wed Jan 29 14:59:10 UTC 2020 - Stefan Dirsch diff --git a/Mesa-drivers.spec b/Mesa-drivers.spec index daf172e..e2d5e7a 100644 --- a/Mesa-drivers.spec +++ b/Mesa-drivers.spec @@ -827,8 +827,8 @@ egl_platforms=x11,drm,surfaceless -Ddri-drivers=nouveau \ -Dgallium-drivers=r300,r600,radeonsi,nouveau,swrast \ %else - -Ddri-drivers=swrast \ - -Dgallium-drivers= \ + -Ddri-drivers= \ + -Dgallium-drivers=swrast \ %endif %endif %endif diff --git a/Mesa.changes b/Mesa.changes index 4a11c8d..aadcae7 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 29 17:15:01 UTC 2020 - Stefan Dirsch + +- enabled build of gallium based llvmpipe driver for s390x + (related to jsc#IBM-369, jsc#SLE-7452) + ------------------------------------------------------------------- Wed Jan 29 14:59:10 UTC 2020 - Stefan Dirsch diff --git a/Mesa.spec b/Mesa.spec index bbe5ec1..fa8c103 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -826,8 +826,8 @@ egl_platforms=x11,drm,surfaceless -Ddri-drivers=nouveau \ -Dgallium-drivers=r300,r600,radeonsi,nouveau,swrast \ %else - -Ddri-drivers=swrast \ - -Dgallium-drivers= \ + -Ddri-drivers= \ + -Dgallium-drivers=swrast \ %endif %endif %endif