aboutsummaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2024-04-25 20:55:51 +0200
committerJan200101 <sentrycraft123@gmail.com>2024-04-25 20:55:51 +0200
commit9e902c8493df4cebb4bffc0ae5ddf6b6c5fd0b9f (patch)
treeb648236ac2c3c76c854e3dfdf5c70cc4670f9475 /main
parent2da71ab755d1f444f2867b4dd75fe3e21e2c7395 (diff)
downloadShelSP-9e902c8493df4cebb4bffc0ae5ddf6b6c5fd0b9f.tar.gz
ShelSP-9e902c8493df4cebb4bffc0ae5ddf6b6c5fd0b9f.zip
cleanup component deps, add app target
Diffstat (limited to 'main')
-rw-r--r--main/idf_component.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/main/idf_component.yml b/main/idf_component.yml
index 6571fdc..0e17932 100644
--- a/main/idf_component.yml
+++ b/main/idf_component.yml
@@ -1,6 +1,10 @@
## IDF Component Manager Manifest File
dependencies:
- espressif/mdns: "*"
+ espressif/mdns:
+ version: "*"
+ rules:
+ - if: "target != linux"
+
## Required IDF version
idf:
version: ">=4.1.0"