0001-meson-Don-t-install-internal-static-library.patch 966 B

123456789101112131415161718192021222324252627
  1. From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
  2. From: "Jan Alexander Steffens (heftig)" <heftig@archlinux.org>
  3. Date: Sat, 15 Mar 2025 05:33:51 +0100
  4. Subject: [PATCH] meson: Don't install internal static library
  5. It's only used for tests. Now that it's always static there should never
  6. be any need to install it, even for installed tests, which AFAICT
  7. libadwaita doesn't even have.
  8. ---
  9. src/meson.build | 2 --
  10. 1 file changed, 2 deletions(-)
  11. diff --git a/src/meson.build b/src/meson.build
  12. index 7567bd5d3e58..90cecc6a1eb2 100644
  13. --- a/src/meson.build
  14. +++ b/src/meson.build
  15. @@ -435,9 +435,7 @@ if get_option('tests')
  16. c_args: libadwaita_c_args,
  17. dependencies: libadwaita_deps,
  18. include_directories: [ root_inc, src_inc ],
  19. - install: true,
  20. link_args: libadwaita_link_args,
  21. - install_dir: adwaita_libdir,
  22. )
  23. libadwaita_internal_dep = declare_dependency(