Skip to content

Commit

Permalink
[general] last version with xwonder and score player
Browse files Browse the repository at this point in the history
  • Loading branch information
faressc committed Mar 18, 2024
1 parent a490ecf commit 226b4a1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('wonder', 'cpp',
version: '3.90.0',
version: '3.91.0',
license: 'GPL-3.0-or-later',
default_options: 'cpp_std=c++17')

Expand All @@ -24,15 +24,15 @@ message('Library directory: ' + lib_dir)

subdir('src/lib')
subdir('src/cwonder')
# subdir('src/jfwonder')
# subdir('src/score')
subdir('src/jfwonder')
subdir('src/score')
subdir('src/twonder')
# if get_option('xwonder') == true
# qt5 = import('qt5')
# qt5_dep = dependency('qt5', modules: ['Core', 'Gui', 'Widgets', 'OpenGL', 'Xml'], include_type: 'system')
# glu_dep = dependency('glu')
# subdir('src/xwonder')
# endif
if get_option('xwonder') == true
qt5 = import('qt5')
qt5_dep = dependency('qt5', modules: ['Core', 'Gui', 'Widgets', 'OpenGL', 'Xml'], include_type: 'system')
glu_dep = dependency('glu')
subdir('src/xwonder')
endif

if systemd_dep.found()
subdir('services')
Expand Down

0 comments on commit 226b4a1

Please sign in to comment.