Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions anda/buildsys/muon/muon.spec
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
%global _distro_extra_cflags -Wno-implicit-function-declaration
%global _distro_extra_cxxflags -Wno-implicit-function-declaration

Name: muon
Version: 0.6.0
Release: 1%{?dist}
Expand All @@ -9,7 +12,7 @@ URL: https://muon.build/
Source: https://git.sr.ht/~lattis/muon/archive/%{version}.tar.gz
Patch0: fix-tracy-header-placement-quirk.patch
# mdbook removed multilingual support, this patch can be removed when this package next bumps
Patch1: remove-multilingual-field.patch
%dnl Patch1: remove-multilingual-field.patch

BuildRequires: meson
BuildRequires: gcc
Expand Down Expand Up @@ -43,7 +46,9 @@ An implementation of the meson build system in c99 with minimal dependencies.
%autosetup -p1

%conf
%meson --wrap-mode=nofallback
%meson \
--wrap-mode=nofallback \
-D_GNU_SOURCE

%build
%meson_build
Expand Down
Loading