mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
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(
|