summaryrefslogtreecommitdiff
path: root/scripts/scan-pkgs.sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-11 17:09:18 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-11 17:09:18 +0200
commit7e1ae3b97f8d4fefa6a3b82c31e76f04cf151da2 (patch)
tree9df955486e1a6e9bc9bee7489e3c62834362d41c /scripts/scan-pkgs.sh
parent55dbf3bde2f62bcc7aa57db7a69a2530ec06c1ef (diff)
update omxplayer and bcm2835-vc to latest git version, compile bcm2835
Diffstat (limited to 'scripts/scan-pkgs.sh')
-rw-r--r--scripts/scan-pkgs.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/scan-pkgs.sh b/scripts/scan-pkgs.sh
index f5322f16b..7fa68822a 100644
--- a/scripts/scan-pkgs.sh
+++ b/scripts/scan-pkgs.sh
@@ -179,6 +179,10 @@ if [[ -n $ADK_PACKAGE_GLIB ]]; then
NEED_GETTEXT="$NEED_GETTEXT glib"
fi
+if [[ -n $ADK_PACKAGE_BCM2835_VC ]]; then
+ NEED_CMAKE="$NEED_CMAKE bcm2835-vc"
+fi
+
if [[ -n $ADK_PACKAGE_YAJL ]]; then
NEED_RUBY="$NEED_RUBY yajl"
NEED_CMAKE="$NEED_CMAKE yajl"