Skip to content

Commit

Permalink
Merge pull request #501 from sfiera/generate-ninja
Browse files Browse the repository at this point in the history
Use upstream generate-ninja package for gn
sfiera authored Dec 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 5a0cb92 + 355b032 commit f7bd5ea
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/deps.py
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@
# Binaries
("clang", "clang"),
("clang++", "clang"),
("gn", "gn"),
("gn", "generate-ninja"),
("ninja", "ninja-build"),
("pkg-config", "pkg-config"),
# Libraries
@@ -50,9 +50,7 @@
("zlib", "zlib1g-dev"),
]
)
SOURCES[DEBIAN] = [
("arescentral", "http://apt.arescentral.org", "contrib"),
]
SOURCES[DEBIAN] = []
KEYS[DEBIAN] = [
(
"apt-key adv --keyserver keyserver.ubuntu.com --recv"

0 comments on commit f7bd5ea

Please sign in to comment.