Rename gui directory to nana

This commit is contained in:
King_DuckZ 2020-03-26 11:56:17 +01:00
parent 92e4f52eb4
commit 42a00b7caa
19 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
#subdir('gui')
#subdir('nana')
subdir('cli')
subdir('qt')

View file

@ -19,7 +19,7 @@ libfontconfig_dep = dependency('fontconfig')
libthread_dep = dependency('threads')
fslib_dep = cpp.find_library('stdc++fs', required: false)
app_name = meson.project_name() + 'gui'
app_name = meson.project_name() + '-nana'
conf = configuration_data()
conf.set('APP_NAME', app_name)
conf.set('APP_SHORT_DESC', 'PSX memory card inspector')