Some recipe fixes

This commit is contained in:
Ribbon 2026-04-16 22:04:14 -03:00
parent 508e0655d9
commit 3cfd17f5d5
5 changed files with 6 additions and 5 deletions

View File

@ -15,4 +15,4 @@ dependencies = [
"webkitgtk3",
"sqlite3",
]
dev-dependencies = ["vala"]
dev-dependencies = ["host:vala"]

View File

@ -29,7 +29,6 @@ mesonflags = [
# "libpanel",
# "libpeas",
# "libsoup",
# "vala",
# "libvte",
# "libxml2",
# "json-glib",

View File

@ -9,4 +9,4 @@ dependencies = [
"libadwaita",
"gjs",
]
dev-dependencies = ["blueprint"]
dev-dependencies = ["host:blueprint"]

View File

@ -7,4 +7,4 @@ dependencies = [
"gtk4",
"libadwaita",
]
dev-dependencies = ["blueprint"]
dev-dependencies = ["host:blueprint"]

View File

@ -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",
]