Skip to content

Commit

Permalink
python3-pyatspi: make dependent on gobject-introspection-data being e…
Browse files Browse the repository at this point in the history
…nabled

Any user of pygobject needs to support gobject-introspection.

Signed-off-by: Ross Burton <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
rossburton authored and kraj committed May 20, 2023
1 parent 2697f5b commit 98a80a5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ S = "${WORKDIR}/git"
# Same restriction as gtk+
inherit features_check setuptools3
ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"

inherit pkgconfig autotools python3native

Expand Down

0 comments on commit 98a80a5

Please sign in to comment.