Skip to content

Commit

Permalink
Merge pull request #1083 from no92/xbbs-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennisbonke committed Jun 18, 2024
2 parents 8beb05f + da0c38b commit 56dcd11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysdeps/managarm/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ hel_dep = managarm.get_variable('hel_dep')
proto_posix_dep = managarm.get_variable('posix_extra_dep')

bragi = find_program('bragi')
bragi_dep = subproject('bragi').get_variable('bragi_dep')
bragi_dep = subproject('bragi', default_options: ['install_headers=false']).get_variable('bragi_dep')

libdrm_dep = subproject('libdrm-headers').get_variable('libdrm_dep')

Expand Down

0 comments on commit 56dcd11

Please sign in to comment.