Rename gui directory to nana
This commit is contained in:
parent
92e4f52eb4
commit
42a00b7caa
19 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
#subdir('gui')
|
||||
#subdir('nana')
|
||||
subdir('cli')
|
||||
subdir('qt')
|
||||
|
|
|
@ -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')
|
Loading…
Add table
Reference in a new issue