mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
treewide: remove superfluous + signs from PKG_BUILD_DEPENDS
A + sign does not have meaning in build depends. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ PKG_LICENSE:=MIT
|
||||
|
||||
PKG_FLAGS := nonshared
|
||||
|
||||
PKG_BUILD_DEPENDS:=+luarocks/host +dbus +libdbus
|
||||
PKG_BUILD_DEPENDS:=luarocks/host dbus libdbus
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
|
||||
Reference in New Issue
Block a user