debian/control |    1 -
 debian/rules   |    2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 10a66124c8c53559c3e83bab81b5c19fda86b7ea
Author: Fabio Pedretti <fabio....@libero.it>
Date:   Mon Nov 6 18:09:00 2017 +0100

    Rename --enable-gallium-llvm to --enable-llvm
    
    The former is deprecated.

diff --git a/debian/rules b/debian/rules
index 6a73dbc..d06dcfb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -87,7 +87,7 @@ else
   # It's also required for building OpenCL support.
   ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf i386 
kfreebsd-amd64 kfreebsd-i386 mips mips64el mipsel powerpc ppc64 sparc64 
ppc64el))
        GALLIUM_DRIVERS += radeonsi
-       confflags_GALLIUM += --enable-gallium-llvm
+       confflags_GALLIUM += --enable-llvm
        confflags_GALLIUM += --enable-opencl --enable-opencl-icd
        confflags_GALLIUM += ac_cv_path_LLVM_CONFIG=llvm-config-5.0
        GALLIUM_DRIVERS += swrast

commit c475f5251d5e73ce0a196fbce47d821885711a5b
Author: Fabio Pedretti <fabio....@libero.it>
Date:   Mon Nov 6 18:08:59 2017 +0100

    Remove libtxc-dxtn* recommends for S3TC
    
    Since mesa 17.3 S3TC support is in mesa, the external library is no
    longer supported.

diff --git a/debian/control b/debian/control
index 71201c9..0137ff3 100644
--- a/debian/control
+++ b/debian/control
@@ -277,7 +277,6 @@ Pre-Depends: ${misc:Pre-Depends}
 Depends:
  ${shlibs:Depends},
  ${misc:Depends}
-Recommends: libtxc-dxtn-s2tc | libtxc-dxtn-s2tc0 | libtxc-dxtn0
 Multi-Arch: same
 Description: free implementation of the OpenGL API -- DRI modules
  This version of Mesa provides GLX and DRI capabilities: it is capable of

Reply via email to