mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
Fix the orbutils recipes
This commit is contained in:
parent
14c5db985f
commit
63db5c1eee
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user