diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-15 20:15:36 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-15 20:15:36 +0100 |
commit | b8327bf6c5703261d1f21f1038f4052c74dae6e1 (patch) | |
tree | d040eb7d13298d48585dcbec5e26310d7a8f9805 | |
parent | ada42e0693eead233e42f267ff0f64eaf25340cd (diff) |
only build for profiles with sata or input devices
-rw-r--r-- | package/xf86-input-evtouch/Makefile | 2 | ||||
-rw-r--r-- | target/linux/config/Config.in.block | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/package/xf86-input-evtouch/Makefile b/package/xf86-input-evtouch/Makefile index aa959167f..c3f36bcba 100644 --- a/package/xf86-input-evtouch/Makefile +++ b/package/xf86-input-evtouch/Makefile @@ -13,6 +13,8 @@ PKG_DEPENDS:= xorg-server kmod-input-evdev PKG_BUILDDEP:= xorg-server PKG_SITES:= http://www.conan.de/touchscreen/ +PKG_CFLINE_XF86_INPUT_EVTOUCH:= depends on ADK_TARGET_WITH_INPUT + DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2 include $(TOPDIR)/mk/package.mk diff --git a/target/linux/config/Config.in.block b/target/linux/config/Config.in.block index 1812b5570..c4c583a90 100644 --- a/target/linux/config/Config.in.block +++ b/target/linux/config/Config.in.block @@ -81,6 +81,7 @@ config ADK_KPACKAGE_KMOD_SATA_AHCI select ADK_KERNEL_ATA select ADK_KERNEL_BLK_DEV_SD depends on !ADK_KERNEL_SATA_AHCI + depends on ADK_TARGET_WITH_SATA default n help Enables support for AHCI Serial ATA. |