summaryrefslogtreecommitdiff
path: root/web/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'web/meson.build')
-rw-r--r--web/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/meson.build b/web/meson.build
index 1e8989c..1c64394 100644
--- a/web/meson.build
+++ b/web/meson.build
@@ -14,8 +14,8 @@ website = custom_target('website',
'layouts/home.html',
],
depends: [
- schematic,
- bom,
+ schematic_web,
+ bom_web,
],
build_by_default: true,
)