summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDate Huang <tjjh89017@hotmail.com>2025-06-08 19:41:42 +0800
committerDate Huang <tjjh89017@hotmail.com>2025-06-08 19:41:42 +0800
commitdc82611f204cab277bed438667b8bd0fb2fd1b55 (patch)
tree71569146a69f80f18b2dc2038c31d59740cf925c
parent8350580ac5e21d67716f8d40d65786306a7d7b0d (diff)
downloadvyos-build-dc82611f204cab277bed438667b8bd0fb2fd1b55.tar.gz
vyos-build-dc82611f204cab277bed438667b8bd0fb2fd1b55.zip
T7535: aws-gwlbtun: add cmake for depend
Signed-off-by: Date Huang <tjjh89017@hotmail.com>
-rw-r--r--scripts/package-build/aws-gwlbtun/package.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/package-build/aws-gwlbtun/package.toml b/scripts/package-build/aws-gwlbtun/package.toml
index 1c4e53f6..138a5a76 100644
--- a/scripts/package-build/aws-gwlbtun/package.toml
+++ b/scripts/package-build/aws-gwlbtun/package.toml
@@ -57,3 +57,8 @@ chmod +x debian/rules
debuild -us -uc -b
'''
## Build cmd end
+
+[dependencies]
+packages = [
+ "cmake"
+]