forked from pool/xorg-x11-server
Accepting request 229516 from home:tobijk:X11:XOrg
Ooops, forgot you havent included the X11:Wayland Repository. 1) You could take this and disable XWayland for 13.1 and below, or 2) Add <path project="X11:Wayland" repository="openSUSE_13.1"/> to the Meta Section of 13.1, so we could at least test this with 13.1 OBS-URL: https://build.opensuse.org/request/show/229516 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=506
This commit is contained in:
parent
4dd8b1fa65
commit
1d006df19b
@ -244,7 +244,11 @@ autoreconf -fi
|
|||||||
--with-sha1=libcrypto \
|
--with-sha1=libcrypto \
|
||||||
--disable-linux-acpi \
|
--disable-linux-acpi \
|
||||||
--disable-linux-apm \
|
--disable-linux-apm \
|
||||||
|
%if 0%{?suse_version} > 1310
|
||||||
--enable-xwayland \
|
--enable-xwayland \
|
||||||
|
%else
|
||||||
|
--disable-xwayland \
|
||||||
|
%endif
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x
|
||||||
--disable-xorg \
|
--disable-xorg \
|
||||||
--disable-aiglx \
|
--disable-aiglx \
|
||||||
@ -363,7 +367,11 @@ exit 0
|
|||||||
%ifnarch s390 s390x
|
%ifnarch s390 s390x
|
||||||
%{_bindir}/Xorg
|
%{_bindir}/Xorg
|
||||||
%{_bindir}/X
|
%{_bindir}/X
|
||||||
|
|
||||||
|
%if 0%{?suse_version} > 1310
|
||||||
%{_bindir}/Xwayland
|
%{_bindir}/Xwayland
|
||||||
|
%endif
|
||||||
|
|
||||||
%{_bindir}/cvt
|
%{_bindir}/cvt
|
||||||
%{_bindir}/gtf
|
%{_bindir}/gtf
|
||||||
%{_libdir}/xorg/modules/
|
%{_libdir}/xorg/modules/
|
||||||
|
Loading…
Reference in New Issue
Block a user