diff options
author | Alfred E. Heggestad <aeh@db.org> | 2014-03-23 18:54:48 +0100 |
---|---|---|
committer | Alfred E. Heggestad <aeh@db.org> | 2014-03-23 18:54:48 +0100 |
commit | e2aecaed4b7d3d6af0f81e31eaf7546887bb366c (patch) | |
tree | e8fd490d999ac5a44e0ec4c0ada5e159539a1f6e /mk | |
parent | 4adbad4d48698806ba88e777187a1e9905844b40 (diff) |
dtmfio: fix warnings and improve detection
Diffstat (limited to 'mk')
-rw-r--r-- | mk/modules.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/mk/modules.mk b/mk/modules.mk index db0a5a0..242299c 100644 --- a/mk/modules.mk +++ b/mk/modules.mk @@ -187,6 +187,7 @@ USE_QTCAPTURE := yes endif ifeq ($(OS),linux) USE_EVDEV := $(shell [ -f $(SYSROOT)/include/linux/input.h ] && echo "yes") +MODULES += dtmfio endif ifeq ($(OS),win32) USE_WINWAVE := yes @@ -347,9 +348,3 @@ endif ifneq ($(USE_X11),) MODULES += x11 x11grab endif - -ifeq ($(OS),linux) -MODULES += dtmfio -endif - - |