diff options
-rw-r--r-- | meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.1.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.1.1.bb b/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.1.1.bb index 3583acc9cd..6ec92c2cec 100644 --- a/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.1.1.bb +++ b/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.1.1.bb | |||
@@ -18,7 +18,7 @@ S = "${WORKDIR}/wxPython-${PV}" | |||
18 | 18 | ||
19 | inherit pypi setuptools3 pkgconfig features_check | 19 | inherit pypi setuptools3 pkgconfig features_check |
20 | 20 | ||
21 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 21 | REQUIRED_DISTRO_FEATURES = "x11" |
22 | 22 | ||
23 | export WX_CONFIG = "'${RECIPE_SYSROOT_NATIVE}${bindir}/wx-config --prefix=${STAGING_EXECPREFIXDIR} --baselib=${baselib}'" | 23 | export WX_CONFIG = "'${RECIPE_SYSROOT_NATIVE}${bindir}/wx-config --prefix=${STAGING_EXECPREFIXDIR} --baselib=${baselib}'" |
24 | 24 | ||