From: Simon McVittie Date: Thu, 2 Nov 2023 14:34:52 +0000 (+0000) Subject: lbgtk-4-dev: Add Provides for included GIR XML files X-Git-Tag: archive/raspbian/4.12.4+ds-3+rpi1^2~28 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=083f82dea84178a8d21aaaf9c456dc1804bf4cbd;p=gtk4.git lbgtk-4-dev: Add Provides for included GIR XML files Representing these by systematic names gir1.2-*-dev, and perhaps eventually separating them into their own binary package, will help to enable cross-compilation with GObject-Introspection removed by a build profile. Helps: #1030223 --- diff --git a/debian/control b/debian/control index 915aae2061..231af37255 100644 --- a/debian/control +++ b/debian/control @@ -191,6 +191,11 @@ Depends: gir1.2-gtk-4.0 (= ${binary:Version}), libgtk-4-1 (= ${binary:Version}) Suggests: libgtk-4-doc, gtk-4-examples +Provides: gir1.2-gdk-4.0-dev (= ${binary:Version}), + gir1.2-gdkwayland-4.0-dev (= ${binary:Version}) [linux-any], + gir1.2-gdkx11-4.0-dev (= ${binary:Version}), + gir1.2-gsk-4.0-dev (= ${binary:Version}), + gir1.2-gtk-4.0-dev (= ${binary:Version}) Description: development files for the GTK library GTK is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK is suitable