mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
Merge branch 'fix_orbutils_recipes' into 'master'
Fix the orbutils recipes See merge request redox-os/cookbook!321
This commit is contained in:
commit
4386ab7080
@ -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