[packages/Mesa] stricter libxcb dependency

jajcus jajcus at pld-linux.org
Tue Jun 12 10:13:10 CEST 2018


commit 61bd8431623b4e8432ca877fd25923e7095f5020
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date:   Tue Jun 12 10:11:36 2018 +0200

    stricter libxcb dependency
    
    fix:
    /usr/lib64/libGL.so.1: undefined symbol: xcb_dri3_get_supported_modifiers
    
    Release: 2

 Mesa.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/Mesa.spec b/Mesa.spec
index e3e43b6..4379916 100644
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -60,7 +60,7 @@ Summary:	Free OpenGL implementation
 Summary(pl.UTF-8):	Wolnodostępna implementacja standardu OpenGL
 Name:		Mesa
 Version:	18.1.1
-Release:	1
+Release:	2
 License:	MIT (core) and others - see license.html file
 Group:		X11/Libraries
 Source0:	ftp://ftp.freedesktop.org/pub/mesa/mesa-%{version}.tar.xz
@@ -85,7 +85,7 @@ BuildRequires:	libtool >= 2:2.2
 %{?with_va:BuildRequires:	libva-devel >= 1.6.0}
 %{?with_va:BuildRequires:	pkgconfig(libva) >= 0.39.0}
 BuildRequires:	libvdpau-devel >= 1.1
-BuildRequires:	libxcb-devel >= 1.10
+BuildRequires:	libxcb-devel >= 1.13
 # gallium core requires 3.3.0, swr/r600/radeonsi require 3.9.0
 %{?with_gallium:BuildRequires:	llvm-devel >= 4.0}
 %{?with_radv:BuildRequires:	llvm-devel >= 4.0}
@@ -222,6 +222,7 @@ License:	MIT
 Group:		X11/Libraries
 Requires:	%{name}-libglapi = %{version}-%{release}
 Requires:	libdrm >= %{libdrm_ver}
+Requires:	libxcb >= 1.13
 Requires:	xorg-lib-libXdamage >= 1.1
 Provides:	OpenGL = 4.5
 Provides:	OpenGL-GLX = 1.4
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/Mesa.git/commitdiff/61bd8431623b4e8432ca877fd25923e7095f5020



More information about the pld-cvs-commit mailing list