Skip to content
Snippets Groups Projects
Commit ae2cd6d1 authored by Kirill Primak's avatar Kirill Primak :tulip:
Browse files

meson: override libdecor dependency

This makes using libdecor as a subproject easier.
parent c2bd8ad6
No related branches found
No related tags found
No related merge requests found
Pipeline #1320871 failed
......@@ -119,6 +119,8 @@ libdecor_dep = declare_dependency(
],
)
meson.override_dependency(libdecor_full_name, libdecor_dep)
## decor plugins
subdir('plugins')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment