disable vala to fix build error
This commit is contained in:
parent
9347980d6d
commit
27c3db1d53
@ -1,6 +1,6 @@
|
|||||||
Name: libxklavier
|
Name: libxklavier
|
||||||
Version: 5.4
|
Version: 5.4
|
||||||
Release: 21
|
Release: 22
|
||||||
Summary: Library with X keyboard related functions
|
Summary: Library with X keyboard related functions
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://www.freedesktop.org/wiki/Software/LibXklavier
|
URL: https://www.freedesktop.org/wiki/Software/LibXklavier
|
||||||
@ -30,7 +30,7 @@ applications that require these.
|
|||||||
%autosetup -n %{name}-%{version} -p1
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%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
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -62,6 +62,9 @@ make check
|
|||||||
%{_datadir}/gtk-doc/*
|
%{_datadir}/gtk-doc/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Sep 6 2022 kouwenqi <kouwenqi@kylinos.cn> - 5.4-21
|
||||||
- Drop intltool requirement from autogen.sh
|
- Drop intltool requirement from autogen.sh
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user