diff --git a/recipes/gui/orbutils-background/recipe.sh b/recipes/gui/orbutils-background/recipe.sh index e48366097b0a70b299848eb278cfacc7be507396..bf281add05242b81bf1414079488de2e538c0c9a 100644 --- a/recipes/gui/orbutils-background/recipe.sh +++ b/recipes/gui/orbutils-background/recipe.sh @@ -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" diff --git a/recipes/gui/orbutils-launcher/recipe.sh b/recipes/gui/orbutils-launcher/recipe.sh index fddf4ab605b43f92ea9de127c6c5bb2d84faae62..daf6a4f081417849400cac773184d1bd486a583f 100644 --- a/recipes/gui/orbutils-launcher/recipe.sh +++ b/recipes/gui/orbutils-launcher/recipe.sh @@ -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" diff --git a/recipes/gui/orbutils-orblogin/recipe.sh b/recipes/gui/orbutils-orblogin/recipe.sh index 7bf9289bea599885cd9c46358c562b2f2765958a..a1aae4641a1580b3bc67608a3d1be248d3f46399 100644 --- a/recipes/gui/orbutils-orblogin/recipe.sh +++ b/recipes/gui/orbutils-orblogin/recipe.sh @@ -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"