Skip to content

Commit

Permalink
fix: move blp subproject call to top level, to fix compile bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Aug 25, 2023
1 parent e273800 commit afa84e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion demo/meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
subdir('data')
subproject('blueprint-compiler', required: false)

conf = configuration_data()
conf.set_quoted('APP_ID', 'com.fyralabs.Helium1.Demo')
Expand Down
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ hgresource = gnome.compile_resources(
subdir('lib')

if get_option('demo')
subproject('blueprint-compiler', required: false)
subdir('demo')
endif

Expand Down

0 comments on commit afa84e8

Please sign in to comment.