Path: blob/main/filesystems/libblkid/files/patch-meson.build
16461 views
--- meson.build.orig 2025-06-24 07:55:28 UTC1+++ meson.build2@@ -861,7 +861,7 @@ conf.set('HAVE_DECL_VMADDR_CID_LOCAL', have ? 1 : fals3prefix : '#include <sys/socket.h>')4conf.set('HAVE_DECL_VMADDR_CID_LOCAL', have ? 1 : false)56-build_plymouth_support = (not build_plymouth_support.disabled() and7+build_plymouth_support = (not build_plymouth_support.disabled() and8have_tiocglcktrmios and9have_sock_cloexec and10have_sock_nonblock and11@@ -1868,14 +1868,7 @@ endif12bashcompletions += ['zramctl']13endif1415-exe = executable(16- 'prlimit',17- prlimit_sources,18- include_directories : includes,19- link_with : [lib_common,20- lib_smartcols],21- install_dir : usrbin_exec_dir,22- install : true)23+exe = disabler()24if not is_disabler(exe)25exes += exe26manadocs += prlimit_manadocs27@@ -1991,15 +1984,7 @@ endif28bashcompletions += ['swapoff']29endif3031-exe = executable(32- 'lscpu',33- lscpu_sources,34- include_directories : includes,35- link_with : [lib_common,36- lib_smartcols],37- dependencies : [rtas_libs],38- install_dir : usrbin_exec_dir,39- install : true)40+exe = disabler()41if not is_disabler(exe)42exes += exe43manadocs += lscpu_manadocs44@@ -2021,13 +2006,7 @@ endif45bashcompletions += ['chcpu']46endif4748-exe = executable(49- 'wdctl',50- wdctl_sources,51- include_directories : includes,52- link_with : [lib_common,53- lib_smartcols],54- install : true)55+exe = disabler()56if not is_disabler(exe)57exes += exe58manadocs += wdctl_manadocs59@@ -4024,7 +4003,6 @@ run_target(60depends : exes)616263-manadocs += lib_tcolors_manadocs64if build_libblkid65manadocs += lib_blkid_manadocs66endif676869