SHA256
1
0
forked from pool/libglvnd
Dominique Leuenberger 2021-11-20 01:38:29 +00:00 committed by Git OBS Bridge
commit 19a1c0a1da
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 17 16:37:27 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Disable asm on aarch64 Tumbleweed due to issue with BTI - boo#1188928
-------------------------------------------------------------------
Wed Oct 20 14:22:54 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
@ -105,7 +110,7 @@ Thu Sep 26 07:01:41 UTC 2019 - Tobias Klausmann <tobias.klausmann@freenet.de>
* Changes:
+ Libglvnd now includes and installs the header files for OpenGL, GLES, EGL,
and GLX.
+ Added pkg-config files for each library.
+ Added pkg-config files for each library.
+ The X11 libraries are now an optional dependency if you're not building
GLX.
- n_0001-GL-Bump-GL-version-to-9-2.patch

View File

@ -68,6 +68,11 @@ sed -i -e "1s|#!.*|#!%{_bindir}/python3|" src/generate/*.py
%configure \
%if 0%{?suse_version} < 1330
--libdir=%{_prefix}/X11R6/%{_lib} \
%endif
%if 0%{?suse_version} > 1500
%ifarch aarch64
--disable-asm \
%endif
%endif
--disable-static \
--disable-headers \