packagekit: Added
This commit is contained in:
11
private/packagekit/meson_elogind.patch
Normal file
11
private/packagekit/meson_elogind.patch
Normal file
@ -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
|
||||
|
Reference in New Issue
Block a user