demo: Add GTK+ test application

This commit is contained in:
Bastien Nocera
2018-11-23 15:05:00 +01:00
parent f7173e6645
commit 29461fa910
8 changed files with 1127 additions and 0 deletions
+4
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',