aboutsummaryrefslogtreecommitdiff
path: root/utils/triggerhappy
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2021-07-22 15:28:54 -0700
committerRosen Penev <rosenp@gmail.com>2021-07-23 19:38:56 -0700
commit566ec7008fc70aca079f2d04af5f2a3c26ede553 (patch)
tree99a076db9775155aded14b190c6b094807da9fc9 /utils/triggerhappy
parent7e1f113dd435d8c61fad8d38ca628b52eaf8e957 (diff)
triggerhappy: don't build man pages
Fixes compilation without host pod2man. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'utils/triggerhappy')
-rw-r--r--utils/triggerhappy/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/triggerhappy/Makefile b/utils/triggerhappy/Makefile
index e25b868dd..107ae8e57 100644
--- a/utils/triggerhappy/Makefile
+++ b/utils/triggerhappy/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=triggerhappy
PKG_VERSION:=0.5.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/wertarbyte/$(PKG_NAME)/archive/release/$(PKG_VERSION)/
@@ -37,6 +37,7 @@ define Package/triggerhappy/description
endef
MAKE_FLAGS += \
+ thd th-cmd \
$(TARGET_CONFIGURE_OPTS) \
$(1)