summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gmail.com>2022-12-18 16:25:55 +0000
committerGitHub <noreply@github.com>2022-12-18 16:25:55 +0000
commit2df68f811fc1a5f0a6d372ecdb887333ad3f540f (patch)
treea4f58d0f127eb267fbe5b13170d97e3f72b8fecd
parenta96abf1a4d29f78034273cbce96006cde950390c (diff)
parentec0fb1850bf816b341d23c5ebbdb68beba4ab805 (diff)
downloadlibepoxy-2df68f811fc1a5f0a6d372ecdb887333ad3f540f.tar.gz
Merge pull request #282 from nirbheek/improve-subproj-usageHEADmaster
meson: Override dependency to improve usage as a subproject
-rw-r--r--src/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build
index e19a918..da581ee 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -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