gtk3: enable introspection

This commit is contained in:
Gerasim Troeglazov
2022-11-29 13:10:42 +10:00
parent b420b3f613
commit 9992bacf07

View File

@@ -5,7 +5,7 @@ ranging from small one-off projects to complete application suites."
HOMEPAGE="https://www.gtk.org"
COPYRIGHT="GNOME Desktop"
LICENSE="GNU LGPL v2"
REVISION="5"
REVISION="6"
SOURCE_URI="https://ftp.gnome.org/pub/gnome/sources/gtk+/3.24/gtk+-$portVersion.tar.xz"
CHECKSUM_SHA256="dbc69f90ddc821b8d1441f00374dc1da4323a2eafa9078e61edbe5eeefa852ec"
SOURCE_DIR="gtk+-$portVersion"
@@ -65,6 +65,7 @@ REQUIRES="
lib:libfreetype$secondaryArchSuffix
lib:libfribidi$secondaryArchSuffix
lib:libgdk_pixbuf_2.0$secondaryArchSuffix
lib:libgirepository_1.0$secondaryArchSuffix
lib:libglib_2.0$secondaryArchSuffix
lib:libGL$secondaryArchSuffix
lib:libharfbuzz$secondaryArchSuffix
@@ -92,6 +93,7 @@ REQUIRES_devel="
devel:libatk_1.0$secondaryArchSuffix
devel:libcairo$secondaryArchSuffix
devel:libgdk_pixbuf_2.0$secondaryArchSuffix
devel:libgirepository_1.0$secondaryArchSuffix
devel:libGL$secondaryArchSuffix
devel:libglib_2.0$secondaryArchSuffix
devel:libepoxy$secondaryArchSuffix
@@ -110,6 +112,7 @@ BUILD_REQUIRES="
devel:libcairo$secondaryArchSuffix
devel:libGL$secondaryArchSuffix
devel:libgdk_pixbuf_2.0$secondaryArchSuffix
devel:libgirepository_1.0$secondaryArchSuffix
devel:libglib_2.0$secondaryArchSuffix
devel:libepoxy$secondaryArchSuffix
devel:libpango_1.0$secondaryArchSuffix
@@ -154,7 +157,7 @@ BUILD()
-Dx11_backend=false \
-Dwayland_backend=true \
-Dbroadway_backend=false \
-Dintrospection=false
-Dintrospection=true
ninja -C Build
}