demo: Add GTK+ test application

This commit is contained in:
Bastien Nocera
2018-10-08 16:33:04 +02:00
parent f7173e6645
commit 29461fa910
8 changed files with 1127 additions and 0 deletions

View File

@@ -14,6 +14,10 @@ option('x11-examples',
description: 'Whether to build X11 example applications',
type: 'boolean',
value: true)
option('gtk-examples',
description: 'Whether to build GTK+ example applications',
type: 'boolean',
value: true)
option('doc',
description: 'Whether to build the API documentation',
type: 'boolean',