- Drop the vlc dep on 12.3 and older.
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=78
This commit is contained in:
parent
b9c6a3ae0d
commit
60a6617286
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 9 14:15:08 UTC 2014 - tchvatal@suse.com
|
||||
|
||||
- Drop the vlc dep on 12.3 and older.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 8 14:52:28 UTC 2014 - tchvatal@suse.com
|
||||
|
||||
|
@ -200,7 +200,11 @@ BuildRequires: ucpp
|
||||
BuildRequires: unixODBC-devel
|
||||
BuildRequires: unzip
|
||||
BuildRequires: vigra-devel
|
||||
# vlc is only on 13.1 and later
|
||||
# Drop this condition when 12.3 is out of support
|
||||
%if 0%{?suse_version} > 01230
|
||||
BuildRequires: vlc-devel
|
||||
%endif
|
||||
BuildRequires: xml-commons-apis
|
||||
BuildRequires: xorg-x11
|
||||
BuildRequires: xorg-x11-fonts
|
||||
@ -905,7 +909,9 @@ export NOCONFIGURE=yes
|
||||
--enable-scripting-javascript \
|
||||
--enable-telepathy \
|
||||
--enable-opengl \
|
||||
%if 0%{?suse_version} > 01230
|
||||
--enable-vlc \
|
||||
%endif
|
||||
--enable-neon \
|
||||
--with-system-ucpp \
|
||||
--disable-ccache
|
||||
|
Loading…
Reference in New Issue
Block a user