We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 905a56d commit 6fa5102Copy full SHA for 6fa5102
src/sysext/meson.build
@@ -2,6 +2,8 @@
2
3
systemd_sysext_sources = files('sysext.c')
4
5
-meson.add_install_script(meson_make_symlink,
6
- rootbindir / 'systemd-sysext',
7
- rootbindir / 'systemd-confext')
+if conf.get('ENABLE_SYSEXT') == 1
+ meson.add_install_script(meson_make_symlink,
+ rootbindir / 'systemd-sysext',
8
+ rootbindir / 'systemd-confext')
9
+endif
0 commit comments