build: Fix copy/paste error
authorTimm Bäder <mail@baedert.org>
Sat, 21 Apr 2018 17:24:25 +0000 (19:24 +0200)
committerTimm Bäder <mail@baedert.org>
Sat, 21 Apr 2018 17:24:25 +0000 (19:24 +0200)
meson.build

index 8872d58fbd6b304dfa2237f316ea539338c836c0..baab1b759d691c1931e8bdd24289f55c2a264abc 100644 (file)
@@ -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),