Merge pull request #16200 from neheb/th

triggerhappy: don't build man pages
This commit is contained in:
Rosen Penev 2021-07-29 12:38:40 -07:00 committed by GitHub
commit d2cf0fb6e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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)