diff options
Diffstat (limited to 'x11/xdg-desktop-portal-gnome/files/patch-data_meson.build')
-rw-r--r-- | x11/xdg-desktop-portal-gnome/files/patch-data_meson.build | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/x11/xdg-desktop-portal-gnome/files/patch-data_meson.build b/x11/xdg-desktop-portal-gnome/files/patch-data_meson.build index 9f718a38e65b..b76b04b5bc78 100644 --- a/x11/xdg-desktop-portal-gnome/files/patch-data_meson.build +++ b/x11/xdg-desktop-portal-gnome/files/patch-data_meson.build @@ -1,17 +1,11 @@ ---- data/meson.build.orig 2022-10-18 02:27:08 UTC +--- data/meson.build.orig 2024-05-25 18:46:09 UTC +++ data/meson.build -@@ -15,14 +15,6 @@ configure_file( - install_dir: dbus_service_dir, +@@ -41,7 +41,7 @@ configure_file( ) --# systemd unit --configure_file( -- input: 'xdg-desktop-portal-gnome.service.in', -- output: 'xdg-desktop-portal-gnome.service', -- configuration: libexecdir_conf, -- install_dir: systemduserunitdir, --) -- - # Desktop file - desktop_in = configure_file( - input: 'xdg-desktop-portal-gnome.desktop.in.in', + # systemd unit +-if systemduserunitdir != '' ++if systemduserunitdir != 'no' + configure_file( + input: 'xdg-desktop-portal-gnome.service.in', + output: 'xdg-desktop-portal-gnome.service', |