diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python3-pygobject_3.22.0.bb | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-pygobject_3.22.0.bb b/meta/recipes-devtools/python/python3-pygobject_3.22.0.bb index 1c8dc2061f..5a895441fc 100644 --- a/meta/recipes-devtools/python/python3-pygobject_3.22.0.bb +++ b/meta/recipes-devtools/python/python3-pygobject_3.22.0.bb | |||
@@ -18,8 +18,14 @@ SRC_URI[sha256sum] = "08b29cfb08efc80f7a8630a2734dec65a99c1b59f1e5771c671d2e4ed8 | |||
18 | 18 | ||
19 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 19 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
20 | 20 | ||
21 | BBCLASSEXTEND = "native" | ||
22 | 21 | ||
23 | EXTRA_OECONF = "--disable-cairo" | 22 | PACKAGECONFIG ??= "cairo" |
23 | |||
24 | # python3-pycairo is checked on configuration -> DEPENDS | ||
25 | # we don't link against python3-pycairo -> RDEPENDS | ||
26 | PACKAGECONFIG[cairo] = "--enable-cairo,--disable-cairo,cairo python3-pycairo, python3-pycairo" | ||
24 | 27 | ||
25 | RDEPENDS_${PN} += "python3-setuptools python3-importlib" | 28 | RDEPENDS_${PN} += "python3-setuptools python3-importlib" |
29 | |||
30 | BBCLASSEXTEND = "native" | ||
31 | PACKAGECONFIG_class-native = "" | ||