Fix the orbutils recipes

This commit is contained in:
bjorn3 2023-11-29 14:39:25 +01:00
parent 14c5db985f
commit 63db5c1eee
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
GIT=https://gitlab.redox-os.org/redox-os/orbutils.git
BINDIR=/ui/bin
CARGOFLAGS="--bin background"
CARGOFLAGS="--bin background -p orbutils"
DEPENDS="orbital"

View File

@ -1,4 +1,4 @@
GIT=https://gitlab.redox-os.org/redox-os/orbutils.git
BINDIR=/ui/bin
CARGOFLAGS="--bin launcher"
CARGOFLAGS="--bin launcher -p orbutils"
DEPENDS="orbital"

View File

@ -1,4 +1,4 @@
GIT=https://gitlab.redox-os.org/redox-os/orbutils.git
BINDIR=/ui/bin
CARGOFLAGS="--bin orblogin"
CARGOFLAGS="--bin orblogin -p orbutils"
DEPENDS="orbital"