d/control: Explicitly depend on necessary GIR XML modules
Use the systematic names gir1.2-cairo-1.0-dev, gir1.2-xlib-2.0-dev and gir1.2-gio-2.0-dev if possible. The alternative dependency on libgirepository1.0-dev illustrates how backports can be made to work. gir1.2-atk-1.0-dev doesn't actually exist yet, so hide that one behind a build-profile as a reminder to build-depend on it later.
This commit is contained in:
4
debian/control
vendored
4
debian/control
vendored
@ -12,8 +12,12 @@ Build-Depends: adwaita-icon-theme-full <!nocheck>,
|
|||||||
docbook-xsl <!nodoc>,
|
docbook-xsl <!nodoc>,
|
||||||
fonts-cantarell <!nocheck>,
|
fonts-cantarell <!nocheck>,
|
||||||
fonts-dejavu-core <!nocheck>,
|
fonts-dejavu-core <!nocheck>,
|
||||||
|
gir1.2-atk-1.0-dev <pkg.gobject-introspection.todo>,
|
||||||
|
gir1.2-cairo-1.0-dev | libgirepository1.0-dev,
|
||||||
gir1.2-gdkpixbuf-2.0-dev,
|
gir1.2-gdkpixbuf-2.0-dev,
|
||||||
|
gir1.2-gio-2.0-dev | libgirepository1.0-dev,
|
||||||
gir1.2-pango-1.0-dev,
|
gir1.2-pango-1.0-dev,
|
||||||
|
gir1.2-xlib-2.0-dev | libgirepository1.0-dev,
|
||||||
gnome-pkg-tools (>= 0.11),
|
gnome-pkg-tools (>= 0.11),
|
||||||
gobject-introspection (>= 1.41.3),
|
gobject-introspection (>= 1.41.3),
|
||||||
gsettings-desktop-schemas <!nocheck>,
|
gsettings-desktop-schemas <!nocheck>,
|
||||||
|
|||||||
Reference in New Issue
Block a user