summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorLogan Rathbone <poprocks@gmail.com>2022-01-10 02:31:10 -0500
committerLogan Rathbone <poprocks@gmail.com>2022-01-10 02:31:10 -0500
commit2b75b2f9a11fabff670e15139bba4b781362eca1 (patch)
treea2fb747863369612ba153832a8e948e4479b3c89 /meson.build
parent73a1fd232d5c1a7aa2ccc0d429d141dd1250c296 (diff)
downloadzenity-2b75b2f9a11fabff670e15139bba4b781362eca1.tar.gz
Drop gdialog wrapper script.
The usefulness of this script probably vanished about 20 years ago, so there is no need to keep it around with a new major release of Zenity.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build8
1 files changed, 0 insertions, 8 deletions
diff --git a/meson.build b/meson.build
index c76a61a..67c5faa 100644
--- a/meson.build
+++ b/meson.build
@@ -74,11 +74,6 @@ Please ensure you have any required development libraries installed.'''
# endif
#endif
-perl = find_program('perl', required: false)
-if perl.found()
- zenity_conf.set('PERL', perl.path())
-endif
-
configure_file(
output: 'config.h',
configuration: zenity_conf
@@ -93,9 +88,6 @@ summary({'prefix': zenity_prefix,
'iconsdir': zenity_iconsdir,
}, section: 'Directories')
-summary({'gdialog script': perl.found(),
- }, section: 'Configuration')
-
subdir('src')
subdir('data')
subdir('icons')