zenity/data/meson.build
Logan Rathbone b40d9bcb9b about: Remove Zen wisdom of the ancients
This easter egg was disabled more than a decade ago, but zenity is still
installing the image files that were used for it. Let's stop doing that.

Signed-off-by: Simon McVittie <smcv@collabora.com>
2021-06-29 00:22:09 -04:00

14 lines
263 B
Meson

install_man('zenity.1')
install_data(
['zenity.png',
'zenity-calendar.png',
'zenity-list.png',
'zenity-file.png',
'zenity-progress.png',
'zenity-text.png',
'zenity-scale.png',
'zenity-entry.png',
'zenity-notification.png']
)