diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-16 09:28:58 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-16 09:28:58 +0100 |
commit | ca2a76f692c0c7021a1bceaf38a40a5920b91edd (patch) | |
tree | 3bd4c043643c2d6a16f27d7dfdbc2f4e6faa6c92 /package/xf86-input-evtouch/Makefile | |
parent | 2a2b076cc5af5a86e5527a12efefa8c6d7ef0c42 (diff) | |
parent | 69d9bac9dad423e4cabf7bfa97a7765e4c442104 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/xf86-input-evtouch/Makefile')
-rw-r--r-- | package/xf86-input-evtouch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/xf86-input-evtouch/Makefile b/package/xf86-input-evtouch/Makefile index e097c77ae..9e9da4f1c 100644 --- a/package/xf86-input-evtouch/Makefile +++ b/package/xf86-input-evtouch/Makefile @@ -14,7 +14,7 @@ PKG_BUILDDEP:= xorg-server PKG_SITES:= http://www.conan.de/touchscreen/ PKG_NEED_CXX:= 1 -PKG_ARCH_DEPENDS:= !arm !avr32 !m68k +PKG_ARCH_DEPENDS:= !arm !m68k PKG_CFLINE_XF86_INPUT_EVTOUCH:= depends on ADK_TARGET_WITH_INPUT DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2 |