mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-06 21:13:40 +00:00
5e2d29c7f2
https://gitlab.gnome.org/GNOME/gnome-boxes/-/compare/42.1...42.2 Tarball no longer contains gtk-frdp subproject and it is going to be dropped in the future: https://gitlab.gnome.org/GNOME/gnome-boxes/-/merge_requests/532
12 lines
331 B
Diff
12 lines
331 B
Diff
--- a/subprojects/libovf-glib/govf/meson.build
|
|
+++ b/subprojects/libovf-glib/govf/meson.build
|
|
@@ -39,7 +39,7 @@ govf_lib = shared_library('govf-' + api_version,
|
|
govf_sources,
|
|
dependencies: govf_deps,
|
|
install: true,
|
|
- install_dir: libdir
|
|
+ install_dir: get_option ('prefix') / libdir
|
|
)
|
|
|
|
govf_dep = declare_dependency(
|