- disable the build of egl-wayland support on openSUSE 12.3, since
Mesa 10.0 requires a higher wayland version than we have on openSUSE 12.3 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=345
This commit is contained in:
parent
3f54f00c21
commit
eb9cec0752
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 2 10:54:26 UTC 2013 - sndirsch@suse.com
|
||||
|
||||
- disable the build of egl-wayland support on openSUSE 12.3, since
|
||||
Mesa 10.0 requires a higher wayland version than we have on
|
||||
openSUSE 12.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 27 14:54:04 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
|
||||
|
||||
|
12
Mesa.spec
12
Mesa.spec
@ -60,7 +60,7 @@ BuildRequires: pkgconfig(libdrm_nouveau) >= 2.4.41
|
||||
BuildRequires: pkgconfig(libdrm_radeon) >= 2.4.45
|
||||
BuildRequires: pkgconfig(libkms) >= 1.0.0
|
||||
BuildRequires: pkgconfig(libudev) > 150
|
||||
%if 0%{?suse_version} >= 1230
|
||||
%if 0%{?suse_version} >= 1310
|
||||
BuildRequires: pkgconfig(wayland-client)
|
||||
BuildRequires: pkgconfig(wayland-server)
|
||||
%endif
|
||||
@ -142,7 +142,7 @@ Requires: Mesa-libGLESv2-devel = %version
|
||||
Requires: Mesa-libglapi-devel = %version
|
||||
Requires: libOSMesa-devel = %version
|
||||
Requires: libgbm-devel
|
||||
%if 0%{?suse_version} >= 1230
|
||||
%if 0%{?suse_version} >= 1310
|
||||
Requires: libwayland-egl-devel
|
||||
%endif
|
||||
# bug437293
|
||||
@ -376,7 +376,7 @@ openwfd.
|
||||
This package provides the development environment for compiling
|
||||
programs against the GBM library.
|
||||
|
||||
%if 0%{?suse_version} >= 1230
|
||||
%if 0%{?suse_version} >= 1310
|
||||
|
||||
%package -n libwayland-egl1
|
||||
Summary: Additional egl functions for wayland
|
||||
@ -481,7 +481,7 @@ rm -rf docs/README.{VMS,WIN32,OS2}
|
||||
rm -f src/mesa/depend
|
||||
export TALLOC_LIBS=-ltalloc
|
||||
export TALLOC_CFLAGS="-I/usr/include"
|
||||
%if 0%{?suse_version} >= 1230
|
||||
%if 0%{?suse_version} >= 1310
|
||||
egl_platforms=x11,drm,wayland
|
||||
%else
|
||||
egl_platforms=x11,drm
|
||||
@ -623,7 +623,7 @@ install -m 644 $RPM_SOURCE_DIR/README.updates \
|
||||
|
||||
%postun -n Mesa-libglapi0 -p /sbin/ldconfig
|
||||
|
||||
%if 0%{?suse_version} >= 1230
|
||||
%if 0%{?suse_version} >= 1310
|
||||
%post -n libwayland-egl1 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libwayland-egl1 -p /sbin/ldconfig
|
||||
@ -704,7 +704,7 @@ install -m 644 $RPM_SOURCE_DIR/README.updates \
|
||||
%_libdir/libOSMesa.so
|
||||
%_libdir/pkgconfig/osmesa.pc
|
||||
|
||||
%if 0%{?suse_version} >= 1230
|
||||
%if 0%{?suse_version} >= 1310
|
||||
%files -n libwayland-egl1
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libwayland-egl.so.1*
|
||||
|
Loading…
Reference in New Issue
Block a user