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

[Git][xorg-team/lib/mesa][debian-experimental] 2 commits: rules: Clarify the status of wayland support on non-linux ports.



Title: GitLab

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

Commits:

2 changed files:

Changes:

  • debian/changelog
    1
    -mesa (20.3.0-2) UNRELEASED; urgency=medium
    
    1
    +mesa (20.3.0-2) experimental; urgency=medium
    
    2 2
     
    
    3 3
       * rules: Fix the name of the broadcom vulkan driver.
    
    4 4
       * control, rules: Drop llvm support from kfreebsd, as llvm isn't built
    
    ... ... @@ -8,8 +8,9 @@ mesa (20.3.0-2) UNRELEASED; urgency=medium
    8 8
       * rules: Move common settings for !hurd to the top.
    
    9 9
       * rules: Use a better method to build the arrays of drivers, thanks
    
    10 10
         Witold Baryluk! (Closes: #972736)
    
    11
    +  * rules: Clarify the status of wayland support on non-linux ports.
    
    11 12
     
    
    12
    - -- Timo Aaltonen <tjaalton@debian.org>  Tue, 08 Dec 2020 09:03:41 +0200
    
    13
    + -- Timo Aaltonen <tjaalton@debian.org>  Thu, 10 Dec 2020 14:21:30 +0200
    
    13 14
     
    
    14 15
     mesa (20.3.0-1) experimental; urgency=medium
    
    15 16
     
    

  • debian/rules
    ... ... @@ -82,7 +82,9 @@ else
    82 82
     		VULKAN_DRIVERS += intel
    
    83 83
     	endif
    
    84 84
     
    
    85
    -	# Non-Linux ports also lack *_CLOEXEC and epoll, so wayland isn't ready yet:
    
    85
    +	# Non-Linux ports lack epoll, so wayland isn't ready yet:
    
    86
    +	# https://gitlab.freedesktop.org/wayland/wayland/-/issues/72
    
    87
    +	# hurd also lacks *_CLOEXEC
    
    86 88
     	EGL_PLATFORMS += ,wayland
    
    87 89
     
    
    88 90
     	ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armhf i386 mips64el mipsel powerpc ppc64 ppc64el s390x))
    


  • Reply to: