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

[Git][xorg-team/lib/mesa][debian-unstable] 2 commits: src_glx_dri_common.h.diff: Dropped, breaks the build.



Title: GitLab

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

Commits:

3 changed files:

Changes:

  • debian/changelog
    1
    +mesa (20.0.6-3) unstable; urgency=medium
    
    2
    +
    
    3
    +  * src_glx_dri_common.h.diff: Dropped, breaks the build.
    
    4
    +
    
    5
    + -- Timo Aaltonen <tjaalton@debian.org>  Fri, 08 May 2020 12:44:12 +0300
    
    6
    +
    
    1 7
     mesa (20.0.6-2) unstable; urgency=medium
    
    2 8
     
    
    3 9
       [ Timo Aaltonen ]
    

  • debian/patches/series
    ... ... @@ -3,4 +3,3 @@ fix-python-shebang.diff
    3 3
     path_max.diff
    
    4 4
     fix-build-with-llvm-10.diff
    
    5 5
     fix-ppc64el.patch
    6
    -src_glx_dri_common.h.diff

  • debian/patches/src_glx_dri_common.h.diff deleted
    1
    ---- a/src/glx/dri_common.h	2020-04-30 00:48:24.000000000 +0200
    
    2
    -+++ b/src/glx/dri_common.h	2020-05-07 17:15:37.000000000 +0200
    
    3
    -@@ -55,7 +55,7 @@
    
    4
    - 
    
    5
    - extern void driDestroyConfigs(const __DRIconfig **configs);
    
    6
    - 
    
    7
    --extern __GLXDRIdrawable *
    
    8
    -+extern struct __GLXDRIdrawable *
    
    9
    - driFetchDrawable(struct glx_context *gc, GLXDrawable glxDrawable);
    
    10
    - 
    
    11
    - extern void


  • Reply to: