!313 [sync] PR-309: fix sw_64 build error

From: @openeuler-sync-bot 
Reviewed-by: @weidongkl 
Signed-off-by: @weidongkl
This commit is contained in:
openeuler-ci-bot 2025-03-07 09:02:59 +00:00 committed by Gitee
commit dee77c031e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -16,7 +16,7 @@
Name: xorg-x11-server Name: xorg-x11-server
Version: 1.20.11 Version: 1.20.11
Release: 35 Release: 36
Summary: X.Org X11 X server Summary: X.Org X11 X server
License: MIT and GPLv2 License: MIT and GPLv2
URL: https://www.x.org URL: https://www.x.org
@ -425,7 +425,7 @@ find %{inst_srcdir}/hw/xfree86 -name \*.c -delete
%{_libdir}/xorg/modules/libshadowfb.so %{_libdir}/xorg/modules/libshadowfb.so
%{_libdir}/xorg/modules/libvgahw.so %{_libdir}/xorg/modules/libvgahw.so
%{_libdir}/xorg/modules/libwfb.so %{_libdir}/xorg/modules/libwfb.so
%ifarch %{ix86} x86_64 %ifarch %{ix86} x86_64 sw_64
%{_libdir}/xorg/modules/libint10.so %{_libdir}/xorg/modules/libint10.so
%{_libdir}/xorg/modules/libvbe.so %{_libdir}/xorg/modules/libvbe.so
%endif %endif
@ -473,6 +473,9 @@ find %{inst_srcdir}/hw/xfree86 -name \*.c -delete
%{_mandir}/man*/* %{_mandir}/man*/*
%changelog %changelog
* Fri Mar 07 2025 mahailiang <mahailiang@uniontech.com> - 1.20.11-36
- fix sw_64 build error
* Mon Nov 25 2024 lingsheng <lingsheng1@h-partners.com> - 1.20.11-35 * Mon Nov 25 2024 lingsheng <lingsheng1@h-partners.com> - 1.20.11-35
- xfree86: fbdevhw: fix pci detection on recent Linux - xfree86: fbdevhw: fix pci detection on recent Linux