From eea58eef43c092b91ae1a0456cdea16ba5cb6512 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Fri, 1 Mar 2024 21:07:47 +0100 Subject: [PATCH] don't create static archive when building without static libs --- babl.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/babl.spec b/babl.spec index 9d64a1e..5c5dafb 100644 --- a/babl.spec +++ b/babl.spec @@ -111,6 +111,7 @@ Dokumentacja API biblioteki babl. %build %meson build \ + %{!?with_static_libs:--default-library=shared} \ %{!?with_mmx:-Denable-mmx=false} \ %{!?with_sse:-Denable-sse=false} \ %{!?with_sse2:-Denable-sse2=false} \ -- 2.44.0