b40d9bcb9b
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>
14 lines
263 B
Meson
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']
|
|
)
|