]> git.pld-linux.org Git - packages/gtk+3.git/commitdiff
don't create static libs without static_libs
authorJan Palus <atler@pld-linux.org>
Mon, 9 Jan 2023 13:23:09 +0000 (14:23 +0100)
committerJan Palus <atler@pld-linux.org>
Mon, 9 Jan 2023 13:23:09 +0000 (14:23 +0100)
gtk+3.spec

index 0316cfc34f5a3ab8ab0a63efbf9d8b621bd57e1f..ec934ad0253f22277bb0c05dcba3f08bafe55200 100644 (file)
@@ -296,6 +296,7 @@ cp -a demos examples _examples
 %build
 CPPFLAGS="%{rpmcppflags}%{?with_papi: -I/usr/include/papi}"
 %meson build \
+       %{!?with_static_libs:--default-library=shared} \
        -Dprint_backends=file,lpr%{?with_cups:,cups}%{?with_papi:,papi} \
        -Dcloudproviders=%{__true_false cloudproviders} \
        -Dgtk_doc=%{__true_false apidocs} \
This page took 0.06258 seconds and 4 git commands to generate.