]> git.pld-linux.org Git - packages/babl.git/commitdiff
don't create static archive when building without static libs
authorJan Palus <atler@pld-linux.org>
Fri, 1 Mar 2024 20:07:47 +0000 (21:07 +0100)
committerJan Palus <atler@pld-linux.org>
Fri, 1 Mar 2024 20:07:47 +0000 (21:07 +0100)
babl.spec

index 9d64a1e798254650027b019456293bd3136b2a1e..5c5dafb9dbc579689cd7f88b44148978c3e98fef 100644 (file)
--- 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} \
This page took 0.107463 seconds and 4 git commands to generate.