summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-02-27 16:27:41 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-02-27 16:27:41 +0100
commitc253e37ca834c3b68353b8d9a1efe04f30c7644d (patch)
treebbefb2a1729f1dc847df08e10844df9d510e25a4 /scripts
parent4ad3a84aa7434f618c7353b1215481f661ae6c26 (diff)
remove ConsoleKit, unneeded
Diffstat (limited to 'scripts')
-rw-r--r--scripts/scan-pkgs.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/scan-pkgs.sh b/scripts/scan-pkgs.sh
index 2bed1e209..9d0eeb50f 100644
--- a/scripts/scan-pkgs.sh
+++ b/scripts/scan-pkgs.sh
@@ -154,10 +154,6 @@ if [[ -n $ADK_PACKAGE_GLIB ]]; then
NEED_GETTEXT="$NEED_GETTEXT glib"
fi
-if [[ -n $ADK_PACKAGE_CONSOLEKIT ]]; then
- NEED_DBUSGLIB="$NEED_DBUSGLIB consolekit"
-fi
-
if [[ -n $ADK_PACKAGE_FONT_BITSTREAM_100DPI ]]; then
NEED_MKFONTDIR="$NEED_MKFONTDIR font-bitstream-100dpi"
fi