From Small Pelican, 2 Weeks ago, written in Plain Text.
This paste will go to its last resting place in 1 Week.
Embed
  1.  meson.build       | 2 +-
  2.  meson_options.txt | 3 ++-
  3.  2 files changed, 3 insertions(+), 2 deletions(-)
  4.  
  5. diff --git a/meson.build b/meson.build
  6. index 1f7c7bf66..fedd46a73 100644
  7. --- a/meson.build
  8. +++ b/meson.build
  9. @@ -149,7 +149,7 @@ datadir = prefixdir / get_option('datadir')
  10.  localstatedir = get_option('localstatedir')
  11.  localstatedir = localstatedir != '' ? localstatedir : '/var'
  12.  
  13. -libexecdir = get_option('libexecdir')
  14. +libexecdir = prefix / get_option('elogind-libexecdir')
  15.  libexecdir = libexecdir != '' ? libexecdir : prefixdir / 'lib/elogind'
  16.  #endif // 0
  17.  pkglibdir = libdir / 'elogind'
  18. diff --git a/meson_options.txt b/meson_options.txt
  19. index 1680aaeac..239c43380 100644
  20. --- a/meson_options.txt
  21. +++ b/meson_options.txt
  22. @@ -35,7 +35,8 @@ option('split-bin', type : 'combo', choices : ['auto', 'true', 'false'],
  23.  # option('first-boot-full-preset', type: 'boolean', value: false,
  24.  #        description : 'during first boot, do full preset-all (default will be changed to true later)')
  25.  #endif // 0
  26. -
  27. +option('elogind-libexecdir', type : 'string',
  28. +        description : '''This option is the elogind libexecdir path''')
  29.  option('static-libelogind', type : 'combo',
  30.         choices : ['false', 'true', 'pic', 'no-pic'],
  31.  #if 0 /// UNNEEDED by elogind
  32.  
captcha