meson.build (31cddb75de28499d8b748a1e020a795763405656) | meson.build (8be7ec4510d7932dd9a8942cfa67cc05fe10866f) |
---|---|
1project( 2 'phosphor-state-manager', 3 'cpp', 4 default_options: [ 5 'warning_level=3', 6 'werror=true', 7 'cpp_std=c++23' 8 ], --- 67 unchanged lines hidden (view full) --- 76 77conf.set_quoted( 78 'CHASSIS_LOST_POWER_FILE', '/run/openbmc/chassis@{}-lost-power') 79 80conf.set_quoted( 81 'HOST_RUNNING_FILE', '/run/openbmc/host@{}-on') 82 83conf.set_quoted( | 1project( 2 'phosphor-state-manager', 3 'cpp', 4 default_options: [ 5 'warning_level=3', 6 'werror=true', 7 'cpp_std=c++23' 8 ], --- 67 unchanged lines hidden (view full) --- 76 77conf.set_quoted( 78 'CHASSIS_LOST_POWER_FILE', '/run/openbmc/chassis@{}-lost-power') 79 80conf.set_quoted( 81 'HOST_RUNNING_FILE', '/run/openbmc/host@{}-on') 82 83conf.set_quoted( |
84 'CHASSIS_ON_FILE', '/run/openbmc/chassis@%d-on') | 84 'CHASSIS_ON_FILE', '/run/openbmc/chassis@{}-on') |
85 86configure_file(output: 'config.h', configuration: conf) 87 88if(get_option('warm-reboot').allowed()) 89 add_project_arguments('-DENABLE_WARM_REBOOT',language:'cpp') 90endif 91 92if(get_option('force-warm-reboot').allowed()) --- 281 unchanged lines hidden --- | 85 86configure_file(output: 'config.h', configuration: conf) 87 88if(get_option('warm-reboot').allowed()) 89 add_project_arguments('-DENABLE_WARM_REBOOT',language:'cpp') 90endif 91 92if(get_option('force-warm-reboot').allowed()) --- 281 unchanged lines hidden --- |