summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2024-01-17 17:43:39 +0000
committerSimon McVittie <smcv@debian.org>2024-01-17 17:43:39 +0000
commit408290699d2edea69923582fb6aba42e7b4bd6af (patch)
tree90d3ba0a6a963a2bc8c571a60b1ac56948e2edbb
parenta0583362b356d90fb2cf70b408633f7449e5c412 (diff)
d/control: Depend on systematic names for required GIR XML
harfbuzz hasn't actually added a Provides for gir1.2-harfbuzz-0.0-dev yet (bug filed), so we can't depend on that one yet. Hide it behind a build-profile for now.
-rw-r--r--debian/control4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index b796b75a..fd14d57c 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,10 @@ Build-Depends: debhelper-compat (= 13),
fonts-dejavu-core <!nocheck>,
fonts-noto-color-emoji <!nocheck>,
fonts-noto-core <!nocheck>,
+ gir1.2-cairo-1.0-dev,
+ gir1.2-gio-2.0-dev,
+ gir1.2-gobject-2.0-dev,
+ gir1.2-harfbuzz-0.0-dev <pkg.gobject-introspection.todo>,
help2man,
libcairo2-dev,
libfontconfig-dev,