diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-12-07 15:33:00 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-07 15:33:00 -0800 |
commit | bfef0d23b78659f863edbf0acfab6ff4e5645f81 (patch) | |
tree | eacb4c62ba601c59bcd8b990333c3e0a93c99feb /utils | |
parent | 30e2981ed7abd01907433da7d9a894870fced404 (diff) | |
parent | 8b1216fb49dbc4f444606d0fb8c32297d66336c0 (diff) |
Merge pull request #14141 from zpc0/beep-fix2
beep: restore a dependency definition to the previous one on x86 target
Diffstat (limited to 'utils')
-rw-r--r-- | utils/beep/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/beep/Makefile b/utils/beep/Makefile index 8a011007c..5d54d8283 100644 --- a/utils/beep/Makefile +++ b/utils/beep/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=beep PKG_REV:=0d790fa45777896749a885c3b93b2c1476d59f20 PKG_VERSION:=1.3 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/johnath/beep.git @@ -27,7 +27,7 @@ include $(INCLUDE_DIR)/package.mk define Package/beep SECTION:=sound CATEGORY:=Sound - DEPENDS:=@(PACKAGE_kmod-pcspkr||PACKAGE_kmod-gpio-beeper) + DEPENDS:=+TARGET_x86:kmod-pcspkr @!TARGET_x86:kmod-gpio-beeper TITLE:=Play beep sounds through a PC speaker URL:=http://johnath.com/beep/README endef |