mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
Some recipe fixes
This commit is contained in:
parent
508e0655d9
commit
3cfd17f5d5
@ -15,4 +15,4 @@ dependencies = [
|
||||
"webkitgtk3",
|
||||
"sqlite3",
|
||||
]
|
||||
dev-dependencies = ["vala"]
|
||||
dev-dependencies = ["host:vala"]
|
||||
|
||||
@ -29,7 +29,6 @@ mesonflags = [
|
||||
# "libpanel",
|
||||
# "libpeas",
|
||||
# "libsoup",
|
||||
# "vala",
|
||||
# "libvte",
|
||||
# "libxml2",
|
||||
# "json-glib",
|
||||
|
||||
@ -9,4 +9,4 @@ dependencies = [
|
||||
"libadwaita",
|
||||
"gjs",
|
||||
]
|
||||
dev-dependencies = ["blueprint"]
|
||||
dev-dependencies = ["host:blueprint"]
|
||||
|
||||
@ -7,4 +7,4 @@ dependencies = [
|
||||
"gtk4",
|
||||
"libadwaita",
|
||||
]
|
||||
dev-dependencies = ["blueprint"]
|
||||
dev-dependencies = ["host:blueprint"]
|
||||
|
||||
@ -7,10 +7,12 @@ shallow_clone = true
|
||||
[build]
|
||||
template = "cmake"
|
||||
cmakeflags = [
|
||||
"-DHEAPTRACK_BUILD_ANALYZE_DEFAULT=OFF"
|
||||
"-DHEAPTRACK_BUILD_ANALYZE_DEFAULT=OFF",
|
||||
"-DHEAPTRACK_BUILD_GUI=OFF",
|
||||
]
|
||||
dependencies = [
|
||||
"zlib",
|
||||
"boost",
|
||||
"libunwind",
|
||||
"elfutils",
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user