+ Fix taking interactive screenshots via D-Bus. + Fix pointer scaling glitches in magnifier. + Fix drawing glitch in sliders in RTL locales. + Misc. bug fixes and cleanups. + Updated translations. OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=619
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
|
|
)
|
|
|