forked from pool/virtualbox
Accepting request 288020 from home:wolfi323:branches:Virtualization
Install vboxvideo_drv_117.so on Factory. Only this one works with the current xorg-x11-server in Factory/Tumbleweed. OBS-URL: https://build.opensuse.org/request/show/288020 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=174
This commit is contained in:
parent
ee3e4639c9
commit
831dc0ffd2
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 26 18:13:18 UTC 2015 - wbauer@tmo.at
|
||||||
|
|
||||||
|
- Install vboxvideo_drv_117.so on Factory
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 15 20:40:46 UTC 2015 - zaitor@opensuse.org
|
Sun Feb 15 20:40:46 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -412,6 +412,10 @@ install -m 755 VBoxClient %{buildroot}%{_bindir}
|
|||||||
# check the patch https://www.virtualbox.org/changeset/38784, regarding the
|
# check the patch https://www.virtualbox.org/changeset/38784, regarding the
|
||||||
# dropped xorg mouse driver in >= 1130
|
# dropped xorg mouse driver in >= 1130
|
||||||
|
|
||||||
|
%if 0%{?suse_version} > 1320
|
||||||
|
install -m 755 vboxvideo_drv_117.so \
|
||||||
|
%{buildroot}%{_libdir}/xorg/modules/drivers/vboxvideo_drv.so
|
||||||
|
%else
|
||||||
%if 0%{?suse_version} >= 1315
|
%if 0%{?suse_version} >= 1315
|
||||||
install -m 755 vboxvideo_drv_116.so \
|
install -m 755 vboxvideo_drv_116.so \
|
||||||
%{buildroot}%{_libdir}/xorg/modules/drivers/vboxvideo_drv.so
|
%{buildroot}%{_libdir}/xorg/modules/drivers/vboxvideo_drv.so
|
||||||
@ -420,6 +424,7 @@ install -m 755 VBoxClient %{buildroot}%{_bindir}
|
|||||||
install -m 755 vboxvideo_drv_114.so \
|
install -m 755 vboxvideo_drv_114.so \
|
||||||
%{buildroot}%{_libdir}/xorg/modules/drivers/vboxvideo_drv.so
|
%{buildroot}%{_libdir}/xorg/modules/drivers/vboxvideo_drv.so
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
popd
|
popd
|
||||||
# VBoxOGL* libs for guest-x11 subpackage
|
# VBoxOGL* libs for guest-x11 subpackage
|
||||||
install -m 644 out/linux.*/release/bin/additions/VBoxOGL*.so \
|
install -m 644 out/linux.*/release/bin/additions/VBoxOGL*.so \
|
||||||
|
Loading…
Reference in New Issue
Block a user