diff options
-rw-r--r-- | meta-gnome/recipes-gnome/libpeas/libpeas_2.0.5.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/libpeas/libpeas_2.0.5.bb b/meta-gnome/recipes-gnome/libpeas/libpeas_2.0.5.bb index 8c7d364765..557831da6e 100644 --- a/meta-gnome/recipes-gnome/libpeas/libpeas_2.0.5.bb +++ b/meta-gnome/recipes-gnome/libpeas/libpeas_2.0.5.bb | |||
@@ -11,6 +11,11 @@ SRC_URI += "file://disable-lgi-check.patch" | |||
11 | SRC_URI[archive.sha256sum] = "376f2f73d731b54e13ddbab1d91b6382cf6a980524def44df62add15489de6dd" | 11 | SRC_URI[archive.sha256sum] = "376f2f73d731b54e13ddbab1d91b6382cf6a980524def44df62add15489de6dd" |
12 | 12 | ||
13 | PACKAGECONFIG ?= "python3 gjs lua51 ${@bb.utils.contains('DISTRO_FEATURES', 'gobject-introspection', 'vala', '', d)}" | 13 | PACKAGECONFIG ?= "python3 gjs lua51 ${@bb.utils.contains('DISTRO_FEATURES', 'gobject-introspection', 'vala', '', d)}" |
14 | PACKAGECONFIG:remove:riscv32 = "lua51" | ||
15 | PACKAGECONFIG:remove:riscv64 = "lua51" | ||
16 | PACKAGECONFIG:remove:powerpc64 = "lua51" | ||
17 | PACKAGECONFIG:remove:powerpc64le = "lua51" | ||
18 | |||
14 | PACKAGECONFIG[python3] = "-Dpython3=true,-Dpython3=false,python3-pygobject,python3-pygobject" | 19 | PACKAGECONFIG[python3] = "-Dpython3=true,-Dpython3=false,python3-pygobject,python3-pygobject" |
15 | PACKAGECONFIG[gjs] = "-Dgjs=true,-Dgjs=false,gjs mozjs-128" | 20 | PACKAGECONFIG[gjs] = "-Dgjs=true,-Dgjs=false,gjs mozjs-128" |
16 | PACKAGECONFIG[lua51] = "-Dlua51=true,-Dlua51=false,luajit luajit-native,lua-lgi" | 21 | PACKAGECONFIG[lua51] = "-Dlua51=true,-Dlua51=false,luajit luajit-native,lua-lgi" |