meson.build (2ab7341b7bd9467de10c8a6e6fdfd7f9801dc529) | meson.build (dac2dfc3a64063b062fabd9c4d6e2857c1185eaf) |
---|---|
1cpp_args = boost_args + ['-DPACKAGE_DIR="' + packagedir + '/"'] 2cpp_args += ['-DSYSCONF_DIR="' + sysconfdir + '/"' ] 3installdir = join_paths(get_option('libexecdir'), 'entity-manager') 4 5executable( 6 'entity-manager', 7 'entity_manager.cpp', 8 'expression.cpp', --- 14 unchanged lines hidden (view full) --- 23 install_dir: installdir, 24) 25 26if get_option('fru-device') 27 cpp_args_fd = cpp_args 28 if get_option('fru-device-resizefru') 29 cpp_args_fd = cpp_args_fd + ['-DENABLE_FRU_AREA_RESIZE'] 30 endif | 1cpp_args = boost_args + ['-DPACKAGE_DIR="' + packagedir + '/"'] 2cpp_args += ['-DSYSCONF_DIR="' + sysconfdir + '/"' ] 3installdir = join_paths(get_option('libexecdir'), 'entity-manager') 4 5executable( 6 'entity-manager', 7 'entity_manager.cpp', 8 'expression.cpp', --- 14 unchanged lines hidden (view full) --- 23 install_dir: installdir, 24) 25 26if get_option('fru-device') 27 cpp_args_fd = cpp_args 28 if get_option('fru-device-resizefru') 29 cpp_args_fd = cpp_args_fd + ['-DENABLE_FRU_AREA_RESIZE'] 30 endif |
31 detect_mode = get_option('fru-device-16bitdetectmode') 32 cpp_args_fd += ['-DFRU_DEVICE_16BITDETECTMODE="' + detect_mode + '"'] |
|
31 executable( 32 'fru-device', 33 'expression.cpp', 34 'fru_device.cpp', 35 'utils.cpp', 36 'fru_utils.cpp', 37 'fru_reader.cpp', 38 cpp_args: cpp_args_fd, --- 29 unchanged lines hidden --- | 33 executable( 34 'fru-device', 35 'expression.cpp', 36 'fru_device.cpp', 37 'utils.cpp', 38 'fru_utils.cpp', 39 'fru_reader.cpp', 40 cpp_args: cpp_args_fd, --- 29 unchanged lines hidden --- |