treewide: fix syntax errors exposed after kconfig update
[openwrt/staging/jogo.git] / package / system / procd / Makefile
index a58e4491556a245fe6e19f9ed4fad7813ea6a228..dce6205502f23a6da47b5a35742a8207efc05ec2 100644 (file)
@@ -58,7 +58,7 @@ endef
 define Package/procd-seccomp
   SECTION:=base
   CATEGORY:=Base system
-  DEPENDS:=@arm||@armeb||@mips||@mipsel||@i386||@powerpc||@x86_64 @!TARGET_uml @KERNEL_SECCOMP +libubox +libblobmsg-json
+  DEPENDS:=@(arm||armeb||mips||mipsel||i386||powerpc||x86_64) @!TARGET_uml @KERNEL_SECCOMP +libubox +libblobmsg-json
   TITLE:=OpenWrt process seccomp helper + utrace
 endef