[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][xorg-team/lib/mesa][debian-experimental] rules: Nine needs llvmpipe, and also makes sense to build it only on archs that have wine.



Title: GitLab

Timo Aaltonen pushed to branch debian-experimental at X Strike Force / lib / mesa

Commits:

2 changed files:

Changes:

  • debian/changelog
    1
    +mesa (18.2.0-3) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * rules: Nine needs llvmpipe, and also makes sense to build it only on
    
    4
    +    archs that have wine.
    
    5
    +
    
    6
    + -- Timo Aaltonen <tjaalton@debian.org>  Tue, 18 Sep 2018 18:40:04 +0300
    
    7
    +
    
    1 8
     mesa (18.2.0-2) experimental; urgency=medium
    
    2 9
     
    
    3 10
       * control: Bump build-dep on libxcb-dri3-dev and libxcb-present-dev to
    

  • debian/rules
    ... ... @@ -101,6 +101,11 @@ else
    101 101
     	confflags_GALLIUM += --enable-opencl --enable-opencl-icd
    
    102 102
     	confflags_GALLIUM += ac_cv_path_LLVM_CONFIG=llvm-config-7
    
    103 103
     	GALLIUM_DRIVERS += swrast
    
    104
    +
    
    105
    +	# nine makes sense only on archs that build wine
    
    106
    +	ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf i386 kfreebsd-i386 powerpc))
    
    107
    +		confflags_GALLIUM += --enable-nine
    
    108
    +	endif
    
    104 109
       else
    
    105 110
     	DRI_DRIVERS += swrast
    
    106 111
     	confflags_GALLIUM += --disable-llvm
    
    ... ... @@ -118,7 +123,6 @@ else
    118 123
     	confflags_GALLIUM += --enable-va
    
    119 124
     	confflags_GALLIUM += --enable-gallium-extra-hud
    
    120 125
     	confflags_GALLIUM += --enable-lmsensors
    
    121
    -	confflags_GALLIUM += --enable-nine
    
    122 126
     	with_libva = ,libva
    
    123 127
     endif
    
    124 128
     
    


  • Reply to: