summaryrefslogtreecommitdiff
path: root/packagekit/meson_elogind.patch
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2025-05-18 22:22:40 +0200
committerEugen Wissner <belka@caraus.de>2025-05-18 22:22:40 +0200
commit0c619d387dc2c29251a899aec1a008bf0a439d69 (patch)
treea232f08da0f71777b6d554f7999f0ee277c57f26 /packagekit/meson_elogind.patch
parentd0b3b964ac6d52266b1ba6c183ce152ee931067d (diff)
downloadslackbuilds-0c619d387dc2c29251a899aec1a008bf0a439d69.tar.gz
Add packagekit
Diffstat (limited to 'packagekit/meson_elogind.patch')
-rw-r--r--packagekit/meson_elogind.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/packagekit/meson_elogind.patch b/packagekit/meson_elogind.patch
new file mode 100644
index 0000000..2a0f0a7
--- /dev/null
+++ b/packagekit/meson_elogind.patch
@@ -0,0 +1,11 @@
+--- a/meson.build 2022-12-01 19:47:48.000000000 +0100
++++ b/meson.build 2022-12-05 13:10:39.303777801 +0100
+@@ -45,7 +45,7 @@
+
+ elogind = []
+ if get_option('elogind')
+- elogind = dependency('elogind', version: '>=229.4')
++ elogind = dependency('libelogind', version: '>=229.4')
+ add_project_arguments ('-DHAVE_SYSTEMD_SD_LOGIN_H=1', language: 'c')
+ endif
+