diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-21 12:30:06 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-21 12:30:06 +0200 |
commit | 96c09f375f24d84fcc28c23e5c040191565de4ac (patch) | |
tree | b7ef67a3b0d0e78b9ebedc71ed39d4333cc3e634 /package/xf86-input-evtouch/Makefile | |
parent | 460b9c4e73f61c90c66a23affde906970f1ca34e (diff) |
disable xorg-server for m68k builds
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 9068cfe0b..13cfa6d8d 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 +PKG_ARCH_DEPENDS:= !arm !avr32 !m68k PKG_CFLINE_XF86_INPUT_EVTOUCH:= depends on ADK_TARGET_WITH_INPUT DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2 |