]> git.pld-linux.org Git - packages/Mesa.git/commitdiff
ensure symbols present if built with xcb 1.9 auto/th/Mesa-9.0.1-2
authorElan Ruusamäe <glen@delfi.ee>
Sat, 19 Jan 2013 20:05:15 +0000 (22:05 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 19 Jan 2013 20:05:15 +0000 (22:05 +0200)
g_module_open() failed for /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: /usr/lib/libEGL.so.1: undefined symbol: xcb_dri2_swap_interval

Mesa.spec

index 99ebfa330df6979e1d9b79111f28e44e4a2fffcb..4bdb0464cae7aab128ff45970bca73abcd1b5951 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
 %define                libdrm_ver      2.4.39
 %define                dri2proto_ver   2.6
 %define                glproto_ver     1.4.14
-#
+
 %define                snap            20120921
-#
 Summary:       Free OpenGL implementation
 Summary(pl.UTF-8):     Wolnodostępna implementacja standardu OpenGL
 Name:          Mesa
 Version:       9.0.1
-Release:       1
+Release:       2
 License:       MIT (core) and others - see license.html file
 Group:         X11/Libraries
 Source0:       ftp://ftp.freedesktop.org/pub/mesa/%{version}/%{name}Lib-%{version}.tar.bz2
@@ -52,7 +51,7 @@ BuildRequires:        libstdc++-devel >= 5:3.3.0
 BuildRequires: libtalloc-devel >= 2:2.0.1
 BuildRequires: libtool >= 2:2.2
 BuildRequires: libvdpau-devel >= 0.4.1
-BuildRequires: libxcb-devel >= 1.8.1
+BuildRequires: libxcb-devel >= 1.9
 BuildRequires: llvm-devel >= 3.1
 BuildRequires: perl-base
 BuildRequires: pixman-devel
@@ -127,6 +126,7 @@ Requires:   %{name}-libglapi = %{version}-%{release}
 # glx driver in libEGL dlopens libGL.so
 Requires:      OpenGL >= 1.2
 Requires:      libdrm >= %{libdrm_ver}
+Requires:      libxcb >= 1.9
 %{?with_wayland:Requires:      wayland >= 1.0.0}
 %if %{with gallium}
 # for egl_gallium.so
@@ -454,8 +454,8 @@ Group:              Libraries
 Requires:      %{name}-libOpenCL = %{version}-%{release}
 
 %description opencl-driver-radeonsi
-radeonsi driver for Mesa OpenCL implementation. It supports ATI
-Radeon adapters based on Southern Islands chips.
+radeonsi driver for Mesa OpenCL implementation. It supports ATI Radeon
+adapters based on Southern Islands chips.
 
 %description opencl-driver-radeonsi -l pl.UTF-8
 Sterownik radeonsi dla implementacji Mesa standardu OpenCL. Obsługuje
This page took 0.439333 seconds and 4 git commands to generate.