Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
20 lines
601 B
Diff
20 lines
601 B
Diff
commit 3ffe2d7842b62986e2267e6542068e6356b06fdf
|
|
Author: r-vdp <ramses@well-founded.dev>
|
|
Date: Mon Oct 28 12:07:51 2024 +0100
|
|
|
|
Install fwupdplugin to out
|
|
|
|
diff --git a/meson.build b/meson.build
|
|
index 3a163331e..cb66be0cc 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -733,7 +733,7 @@ if build_standalone
|
|
if host_machine.system() == 'windows'
|
|
libdir_pkg = bindir
|
|
else
|
|
- libdir_pkg = join_paths(libdir, 'fwupd-@0@'.format(fwupd_version))
|
|
+ libdir_pkg = join_paths(prefix, 'lib', 'fwupd-@0@'.format(fwupd_version))
|
|
endif
|
|
conf.set_quoted('FWUPD_LIBDIR_PKG', libdir_pkg)
|
|
endif
|