Skip to content

Commit

Permalink
Merge pull request #282 from nirbheek/improve-subproj-usage
Browse files Browse the repository at this point in the history
meson: Override dependency to improve usage as a subproject
  • Loading branch information
ebassi authored Dec 18, 2022
2 parents a96abf1 + ec0fb18 commit 2df68f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ libepoxy_dep = declare_dependency(
'epoxy_has_wgl': epoxy_has_wgl,
},
)
meson.override_dependency('epoxy', libepoxy_dep)

# We don't want to add these dependencies to the library, as they are
# not needed when building Epoxy; we do want to add them to the generated
Expand Down

0 comments on commit 2df68f8

Please sign in to comment.