- specfile: Remove requires to libglvnd0/libglvnd-devel from
baselibs.conf when libglvnd build has been disabled; ugly ... OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=587
This commit is contained in:
parent
aa012f3f2c
commit
7cd393408d
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 29 15:18:19 UTC 2017 - sndirsch@suse.com
|
||||||
|
|
||||||
|
- specfile: Remove requires to libglvnd0/libglvnd-devel from
|
||||||
|
baselibs.conf when libglvnd build has been disabled; ugly ...
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 29 09:23:27 UTC 2017 - sndirsch@suse.com
|
Wed Mar 29 09:23:27 UTC 2017 - sndirsch@suse.com
|
||||||
|
|
||||||
|
@ -20,8 +20,6 @@
|
|||||||
# They may fix KDE on Nouveau. They may also deadlock your userland.
|
# They may fix KDE on Nouveau. They may also deadlock your userland.
|
||||||
%define use_broken_nouveau_locking_patches 0
|
%define use_broken_nouveau_locking_patches 0
|
||||||
|
|
||||||
# Remove requires to libglvnd0/libglvnd-devel from baselibs.conf when
|
|
||||||
# disabling libglvnd build
|
|
||||||
%define libglvnd 0
|
%define libglvnd 0
|
||||||
%if 0%{?suse_version} >= 1330
|
%if 0%{?suse_version} >= 1330
|
||||||
%define libglvnd 1
|
%define libglvnd 1
|
||||||
@ -669,6 +667,13 @@ rm -rf docs/README.{VMS,WIN32,OS2}
|
|||||||
%patch65 -p1
|
%patch65 -p1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# Remove requires to libglvnd0/libglvnd-devel from baselibs.conf when
|
||||||
|
# disabling libglvnd build; ugly ...
|
||||||
|
%if 0%{?libglvnd} == 0
|
||||||
|
grep -v libglvnd $RPM_SOURCE_DIR/baselibs.conf > $RPM_SOURCE_DIR/temp && \
|
||||||
|
mv $RPM_SOURCE_DIR/temp $RPM_SOURCE_DIR/baselibs.conf
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if 0%{?suse_version} > 1320
|
%if 0%{?suse_version} > 1320
|
||||||
egl_platforms=x11,drm,wayland
|
egl_platforms=x11,drm,wayland
|
||||||
|
Loading…
x
Reference in New Issue
Block a user