meson.build (flatpak-1.15.1.tar.xz) | : | meson.build (flatpak-1.15.2.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 14 | skipping to change at line 14 | |||
custom_target( | custom_target( | |||
'flatpak.pp.bz2', | 'flatpak.pp.bz2', | |||
input : ['flatpak.te', 'flatpak.fc'], | input : ['flatpak.te', 'flatpak.fc'], | |||
output : ['flatpak.pp.bz2'], | output : ['flatpak.pp.bz2'], | |||
build_by_default : true, | build_by_default : true, | |||
command : [ | command : [ | |||
files('build-selinux.sh'), | files('build-selinux.sh'), | |||
'@OUTPUT0@', | '@OUTPUT0@', | |||
'@INPUT@', | '@INPUT@', | |||
], | ], | |||
install : true, | ||||
install_dir : get_option('datadir') / 'selinux' / 'packages', | install_dir : get_option('datadir') / 'selinux' / 'packages', | |||
) | ) | |||
install_data( | install_data( | |||
'flatpak.if', | 'flatpak.if', | |||
install_dir : get_option('datadir') / 'selinux' / 'include' / 'contrib', | install_dir : get_option('datadir') / 'selinux' / 'devel' / 'include' / 'contr ib', | |||
) | ) | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 2 lines changed or added |