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:
parent
784aa8f1fc
commit
112aa686c7
@ -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>
|
Thu Sep 29 10:00:03 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -32,7 +32,11 @@
|
|||||||
# Possible patent issues, see
|
# Possible patent issues, see
|
||||||
# https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15258
|
# https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15258
|
||||||
# for more details
|
# for more details
|
||||||
|
%if 0%{?BUILD_ORIG}
|
||||||
|
%define video_codecs 1
|
||||||
|
%else
|
||||||
%define video_codecs 0
|
%define video_codecs 0
|
||||||
|
%endif
|
||||||
|
|
||||||
%define drivers 0
|
%define drivers 0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user