Accepting request 224322 from KDE:Qt5
- Fix wrong libQt5OpenGLExtensions-devel-static requires: pkgconfig(GL) -> pkgconfig(gl) - Enable jit only on supported archs OBS-URL: https://build.opensuse.org/request/show/224322 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtbase?expand=0&rev=14
This commit is contained in:
parent
8ca865ef02
commit
255ccfd247
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 1 14:26:50 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Fix wrong libQt5OpenGLExtensions-devel-static requires:
|
||||
pkgconfig(GL) -> pkgconfig(gl)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 27 11:08:39 UTC 2014 - schwab@suse.de
|
||||
|
||||
- Enable jit only on supported archs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 10 11:36:36 UTC 2014 - mlin@suse.com
|
||||
|
||||
|
@ -538,7 +538,7 @@ Group: Development/Libraries/C and C++
|
||||
Requires: libQt5Core-devel = %{version}
|
||||
Requires: libQt5Gui-devel = %{version}
|
||||
# List the below ones manually - they are private, but this is a static lib
|
||||
Requires: pkgconfig(GL)
|
||||
Requires: pkgconfig(gl)
|
||||
|
||||
%description -n libQt5OpenGLExtensions-devel-static
|
||||
Qt OpenGLExtensions module.
|
||||
@ -648,7 +648,7 @@ echo yes | ./configure $platform \
|
||||
-xsync \
|
||||
-xinput \
|
||||
-gtkstyle \
|
||||
%ifnarch ppc ppc64 ppc64le
|
||||
%ifarch %arm %ix86 x86_64
|
||||
-javascript-jit \
|
||||
%endif
|
||||
-xcb \
|
||||
|
Loading…
Reference in New Issue
Block a user