summaryrefslogtreecommitdiff
path: root/package/alix-switch/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-22 19:29:20 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-22 19:29:20 +0200
commitd279b5d1fe744cac44da7cd1b51f9ba6a2cc4647 (patch)
treebf575aca8f9ce9cf088ce3aee992fc846cd6e130 /package/alix-switch/Makefile
parent32a82e38679501da738199135b35f93ddc8aca0a (diff)
fix libmix packages, while checking all packages make some style cleanup
Diffstat (limited to 'package/alix-switch/Makefile')
-rw-r--r--package/alix-switch/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/alix-switch/Makefile b/package/alix-switch/Makefile
index fb5c4c862..8beb7837e 100644
--- a/package/alix-switch/Makefile
+++ b/package/alix-switch/Makefile
@@ -10,7 +10,8 @@ PKG_DESCR:= daemon listening on button events
PKG_SECTION:= base
PKG_URL:= http://openadk.org/
-PKG_CFLINE_ALIX_SWITCH:=depends on (ADK_TARGET_SYSTEM_PCENGINES_ALIX2D2 || ADK_TARGET_SYSTEM_PCENGINES_ALIX2D13)
+PKG_SYSTEM_DEPENDS:= pcengines-alix2d2 pcengines-alix2d13
+
NO_DISTFILES:= 1
include ${TOPDIR}/mk/package.mk