gnome-shell/gnome-shell-meson.patch

14 lines
464 B
Diff

Index: gnome-shell-3.25.90/subprojects/gvc/meson.build
===================================================================
--- gnome-shell-3.25.90.orig/subprojects/gvc/meson.build
+++ gnome-shell-3.25.90/subprojects/gvc/meson.build
@@ -102,7 +102,7 @@ else
include_directories: libgvc_inc,
dependencies: libgvc_deps,
c_args: c_args,
- install_rpath: pkgdatadir,
+ install_rpath: pkglibdir,
install_dir: pkglibdir,
install: true
)