Skip to content
Snippets Groups Projects
Verified Commit a12590a8 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Remove atty and libc patch, fix rust-cairo-demo

parent acce8a95
No related branches found
No related tags found
No related merge requests found
paths = [
"patches/atty",
"patches/libc",
"patches/mio",
"patches/nix",
"patches/tokio/tokio",
......
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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment