summaryrefslogtreecommitdiff
path: root/package/Config.in
diff options
context:
space:
mode:
authorBimal Jacob <Bimal.Jacob@rockwellcollins.com>2016-12-07 12:34:44 -0600
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-12-10 21:37:27 +0100
commit9de6da214fe32d7c8ad114ddf37d28a5ac342778 (patch)
treec04f432fd695abbe87c90f0e5a67db92f13cf688 /package/Config.in
parent69c365a9d1c820ba64482e06e0907471372f790d (diff)
angular-websocket: new package
Signed-off-by: Bimal Jacob <bimal.jacob@rockwellcollins.com> Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com> [Thomas: - Move to a submenu "External AngularJS plugins", much like we have an "External JQuery plugins" menu. Therefore, remove the "select BR2_PACKAGE_ANGULARJS" from the package, since angular-websocket/Config.in is now included only if BR2_PACKAGE_ANGULARJS is defined. - Add hash file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/Config.in')
-rw-r--r--package/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in
index a58147ab6..5574d01f2 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1074,6 +1074,11 @@ endmenu
menu "Javascript"
source "package/angularjs/Config.in"
+if BR2_PACKAGE_ANGULARJS
+menu "External AngularJS plugins"
+ source "package/angular-websocket/Config.in"
+endmenu
+endif
source "package/bootstrap/Config.in"
source "package/explorercanvas/Config.in"
source "package/flot/Config.in"