GTK+: Clarify appdatadir default.

This commit is contained in:
Brandon Wright 2018-12-18 16:47:17 -06:00
parent a28a6399cb
commit f8033eb856
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ option('gtk3', type: 'boolean', value: true, description: 'Build wit
option('wayland', type: 'boolean', value: true, description: 'Build support for Wayland')
option('gtk2', type: 'boolean', value: false, description: 'Build with GTK+ 2.0 as the toolkit')
option('dangerous-hacks', type: 'boolean', value: false, description: 'Allow dangerous hacks to be enabled')
option('appdatadir', type: 'string' , value: '', description: 'Snes9x-only data directory')
option('appdatadir', type: 'string' , value: '', description: 'Snes9x-only data directory (default: datadir/snes9x)')