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