Accepting request 1007660 from home:iznogood:branches:X11:XOrg

- Add build_orig conditional switch for video codecs define.

OBS-URL: https://build.opensuse.org/request/show/1007660
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1145
This commit is contained in:
Stefan Dirsch 2022-10-03 17:14:02 +00:00 committed by Git OBS Bridge
parent 784aa8f1fc
commit 112aa686c7
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 3 10:29:51 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Add build_orig conditional switch for video codecs define.
-------------------------------------------------------------------
Thu Sep 29 10:00:03 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -32,7 +32,11 @@
# Possible patent issues, see
# https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15258
# for more details
%if 0%{?BUILD_ORIG}
%define video_codecs 1
%else
%define video_codecs 0
%endif
%define drivers 0