diff options
author | Timm Bäder <mail@baedert.org> | 2018-04-21 19:24:25 +0200 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2018-04-21 19:24:25 +0200 |
commit | f483fd539e6b14038b4638bc11977630a38a5016 (patch) | |
tree | abf800f66acb7476dd8dffe0ae9c5de5bdcf9531 /meson.build | |
parent | 5b453ecd19081d82d3d3db2cf12c5f92eaecf41e (diff) | |
download | gtk+-f483fd539e6b14038b4638bc11977630a38a5016.tar.gz |
build: Fix copy/paste error
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 8872d58fbd..baab1b759d 100644 --- a/meson.build +++ b/meson.build @@ -761,7 +761,7 @@ summary = [ ' Build tests: @0@'.format(get_option('build-tests')), ' Install tests: @0@'.format(get_option('install-tests')), ' Demos: @0@'.format(get_option('demos')), - ' Examples: @0@'.format(get_option('demos')), + ' Examples: @0@'.format(get_option('build-examples')), 'Directories:', ' prefix: @0@'.format(gtk_prefix), ' includedir: @0@'.format(gtk_includedir), |