- Removed libva-wayland1 from bqaselibs.conf; add it to
baselibs.conf during a wayland build only; ugly I know ... This is needed since otherwise source validator ("osc service run source_validator") fails on sle OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=81
This commit is contained in:
parent
d483e30993
commit
f3e7ca601b
@ -2,7 +2,6 @@ libva1
|
|||||||
libva-drm1
|
libva-drm1
|
||||||
libva-egl1
|
libva-egl1
|
||||||
libva-glx1
|
libva-glx1
|
||||||
libva-wayland1
|
|
||||||
libva-x11-1
|
libva-x11-1
|
||||||
libva-devel
|
libva-devel
|
||||||
requires -libva-<targettype>
|
requires -libva-<targettype>
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 11 12:17:11 UTC 2017 - sndirsch@suse.com
|
||||||
|
|
||||||
|
- Removed libva-wayland1 from bqaselibs.conf; add it to
|
||||||
|
baselibs.conf during a wayland build only; ugly I know ... This
|
||||||
|
is needed since otherwise source validator
|
||||||
|
("osc service run source_validator") fails on sle
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 11 10:30:03 UTC 2017 - sndirsch@suse.com
|
Tue Apr 11 10:30:03 UTC 2017 - sndirsch@suse.com
|
||||||
|
|
||||||
|
@ -197,6 +197,15 @@ This contains the dummy driver.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{_name}-%{version}
|
%setup -q -n %{_name}-%{version}
|
||||||
|
# Add "libva-wayland1" to baselibs.conf when enabling wayland build;
|
||||||
|
# ugly I know ...This is needed since otherwise source validator
|
||||||
|
#
|
||||||
|
# osc service run source_validator
|
||||||
|
#
|
||||||
|
# fails on sle
|
||||||
|
%if %{with wayland}
|
||||||
|
echo libva-wayland1 >> $RPM_SOURCE_DIR/baselibs.conf
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
[ -d m4 ] || mkdir m4
|
[ -d m4 ] || mkdir m4
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 11 12:17:11 UTC 2017 - sndirsch@suse.com
|
||||||
|
|
||||||
|
- Removed libva-wayland1 from bqaselibs.conf; add it to
|
||||||
|
baselibs.conf during a wayland build only; ugly I know ... This
|
||||||
|
is needed since otherwise source validator
|
||||||
|
("osc service run source_validator") fails on sle
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 11 10:30:03 UTC 2017 - sndirsch@suse.com
|
Tue Apr 11 10:30:03 UTC 2017 - sndirsch@suse.com
|
||||||
|
|
||||||
|
@ -197,6 +197,15 @@ This contains the dummy driver.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{_name}-%{version}
|
%setup -q -n %{_name}-%{version}
|
||||||
|
# Add "libva-wayland1" to baselibs.conf when enabling wayland build;
|
||||||
|
# ugly I know ...This is needed since otherwise source validator
|
||||||
|
#
|
||||||
|
# osc service run source_validator
|
||||||
|
#
|
||||||
|
# fails on sle
|
||||||
|
%if %{with wayland}
|
||||||
|
echo libva-wayland1 >> $RPM_SOURCE_DIR/baselibs.conf
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
[ -d m4 ] || mkdir m4
|
[ -d m4 ] || mkdir m4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user