13 lines
396 B
Diff
13 lines
396 B
Diff
|
Index: gnome-shell-48.rc/src/meson.build
|
||
|
===================================================================
|
||
|
--- gnome-shell-48.rc.orig/src/meson.build
|
||
|
+++ gnome-shell-48.rc/src/meson.build
|
||
|
@@ -285,6 +285,7 @@ executable('gnome-shell', 'main.c',
|
||
|
include_directories: [conf_inc],
|
||
|
build_rpath: mutter_typelibdir,
|
||
|
install_rpath: install_rpath,
|
||
|
+ link_args: ['-ldl'],
|
||
|
install: true
|
||
|
)
|
||
|
|