8 lines
274 B
Meson
8 lines
274 B
Meson
|
|
if prefix.startswith('/usr')
|
|
configure_file(input: 'gtk4-desktop-icons.in',
|
|
output: 'gtk4-desktop-icons',
|
|
configuration: {'PREFIX': prefix},
|
|
install: true,
|
|
install_dir: '/etc/apparmor.d')
|
|
endif |