forked from pool/kinfocenter5
This commit is contained in:
parent
6f6d6fce41
commit
03b76837c9
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 11 18:49:15 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.0.0
|
||||
* Plasma 5.0 Final
|
||||
- Adjust BuildRequires depending whether Qt is built with openGL or open GL ES2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 10 16:56:40 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@ -44,7 +44,11 @@ BuildRequires: xz
|
||||
BuildRequires: pkgconfig(Qt5Core) >= 5.3.0
|
||||
BuildRequires: pkgconfig(Qt5Gui) >= 5.3.0
|
||||
BuildRequires: pkgconfig(egl)
|
||||
%ifarch %arm aarch64
|
||||
BuildRequires: pkgconfig(glesv2)
|
||||
%else
|
||||
BuildRequires: pkgconfig(gl)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(glu)
|
||||
BuildRequires: pkgconfig(wayland-client)
|
||||
Conflicts: kdebase4-workspace
|
||||
|
Loading…
Reference in New Issue
Block a user