Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cookbook
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
redox-os
cookbook
Commits
a12590a8
Verified
Commit
a12590a8
authored
5 years ago
by
Jeremy Soller
Browse files
Options
Downloads
Patches
Plain Diff
Remove atty and libc patch, fix rust-cairo-demo
parent
acce8a95
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.cargo/config
+0
-2
0 additions, 2 deletions
.cargo/config
recipes/rust-cairo-demo/recipe.sh
+7
-5
7 additions, 5 deletions
recipes/rust-cairo-demo/recipe.sh
with
7 additions
and
7 deletions
.cargo/config
+
0
−
2
View file @
a12590a8
paths = [
"patches/atty",
"patches/libc",
"patches/mio",
"patches/nix",
"patches/tokio/tokio",
...
...
This diff is collapsed.
Click to expand it.
recipes/rust-cairo-demo/recipe.sh
+
7
−
5
View file @
a12590a8
GIT
=
https://gitlab.redox-os.org/redox-os/rust-cairo-demo.git
BUILD_DEPENDS
=(
cairo
zlib pixman
freetype libpng
)
BUILD_DEPENDS
=(
cairo
expat fontconfig
freetype libpng
pixman zlib
)
function
recipe_build
{
sysroot
=
"
$(
realpath
../sysroot
)
"
...
...
@@ -8,10 +8,12 @@ function recipe_build {
--
\
-L
"
${
sysroot
}
/lib"
\
-l
cairo
\
-l
pixman-1
\
-l
freetype
\
-l
png
\
-l
z
-l
fontconfig
\
-l
expat
\
-l
pixman-1
\
-l
freetype
\
-l
png
\
-l
z
skip
=
1
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment