- 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:
Stefan Dirsch 2017-04-11 12:24:42 +00:00 committed by Git OBS Bridge
parent d483e30993
commit f3e7ca601b
5 changed files with 34 additions and 1 deletions

View File

@ -2,7 +2,6 @@ libva1
libva-drm1
libva-egl1
libva-glx1
libva-wayland1
libva-x11-1
libva-devel
requires -libva-<targettype>

View File

@ -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

View File

@ -197,6 +197,15 @@ This contains the dummy driver.
%prep
%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
[ -d m4 ] || mkdir m4

View File

@ -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

View File

@ -197,6 +197,15 @@ This contains the dummy driver.
%prep
%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
[ -d m4 ] || mkdir m4