Skip to content

Commit 4982b99

Browse files
committed
Fix fedora build
Upstream disabled the tests, so we should do the same to stay in sync Signed-off-by: Dorian Stoll <[email protected]>
1 parent e5a738d commit 4982b99

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pkg/fedora/libwacom-surface.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ bash -c 'for p in "../libwacom-surface/"*.patch; do patch -p1 < "${p}"; done'
5454
git add . && git commit -q --author 'rpm-build <rpm-build>' -m 'libwacom-surface-%{version} base'
5555

5656
%build
57-
%meson -Dtests=true -Ddocumentation=disabled
57+
%meson -Dtests=disabled -Ddocumentation=disabled
5858
%meson_build
5959

6060
%install
@@ -92,6 +92,9 @@ install -d ${RPM_BUILD_ROOT}/%{_udevrulesdir}
9292
%{_datadir}/libwacom/layouts/*.svg
9393

9494
%changelog
95+
* Wed Mar 25 2020 Peter Hutterer <[email protected]> 1.3-1
96+
- libwacom 1.3
97+
9598
* Mon Dec 23 2019 Peter Hutterer <[email protected]> 1.2-2
9699
- Disable documentation explicitly. Fedora uses --auto-features=enabled
97100
during the build.

0 commit comments

Comments
 (0)