disable vala to fix build error

This commit is contained in:
zhouwenpei 2023-02-28 12:38:11 +00:00
parent 9347980d6d
commit 27c3db1d53

View File

@ -1,6 +1,6 @@
Name: libxklavier
Version: 5.4
Release: 21
Release: 22
Summary: Library with X keyboard related functions
License: LGPLv2+
URL: https://www.freedesktop.org/wiki/Software/LibXklavier
@ -30,7 +30,7 @@ applications that require these.
%autosetup -n %{name}-%{version} -p1
%build
%configure --with-xkb-base='%{_datadir}/X11/xkb' --with-xkb-bin-base='%{_bindir}'
%configure --with-xkb-base='%{_datadir}/X11/xkb' --with-xkb-bin-base='%{_bindir}' --disable-vala
%make_build
%check
@ -62,6 +62,9 @@ make check
%{_datadir}/gtk-doc/*
%changelog
* Tue Feb 28 2023 zhouwenpei <zhouwenpei@h-partners.com> - 5.4-22
- disable vala to fix build error
* Tue Sep 6 2022 kouwenqi <kouwenqi@kylinos.cn> - 5.4-21
- Drop intltool requirement from autogen.sh