Files
gnome-shell/gnome-shell-add-linkoption-dl.patch
Dominique Leuenberger 79855f1e26 - Update to version 48.4:
+ 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
2025-08-05 06:38:29 +00:00

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
)