Skip to content

Commit

Permalink
Merge pull request #63 from baloo/baloo/remove-dtc-build
Browse files Browse the repository at this point in the history
meson: drop dtc subproject

Signed-off-by: Andrew Jeffery <[email protected]>
  • Loading branch information
amboar authored Oct 16, 2024
2 parents bc6a03a + bc4d768 commit d5ea5eb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,4 @@ libfdt_dep = dependency('libfdt',
fallback: [ 'dtc', 'libfdt_dep' ],
required: true)

libfdt_native_dep = dependency('dtc',
native: true,
default_options: [ 'tools=true' ],
fallback: [ 'dtc', 'libfdt_dep' ],
required: true)

subdir('src')

0 comments on commit d5ea5eb

Please sign in to comment.