diff options
-rw-r--r-- | meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei_1.4.4.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei_1.4.4.bb b/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei_1.4.4.bb index e0d77b375e..4af2712140 100644 --- a/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei_1.4.4.bb +++ b/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei_1.4.4.bb | |||
@@ -39,11 +39,13 @@ inherit features_check meson mime mime-xdg pkgconfig python3native | |||
39 | 39 | ||
40 | REQUIRED_DISTRO_FEATURES = "opengl" | 40 | REQUIRED_DISTRO_FEATURES = "opengl" |
41 | 41 | ||
42 | PACKAGECONFIG ??= "" | 42 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'lto', d)}" |
43 | 43 | ||
44 | PACKAGECONFIG[a_null] = "-Da_null=true,-Da_null=false" | 44 | PACKAGECONFIG[a_null] = "-Da_null=true,-Da_null=false" |
45 | PACKAGECONFIG[developer] = "-Ddeveloper=true,-Ddeveloper=false" | 45 | PACKAGECONFIG[developer] = "-Ddeveloper=true,-Ddeveloper=false" |
46 | PACKAGECONFIG[docs] = "-Ddocs=true,-Ddocs=false,python3-docutils-native" | 46 | PACKAGECONFIG[docs] = "-Ddocs=true,-Ddocs=false,python3-docutils-native" |
47 | PACKAGECONFIG[rtti] = "-Dcpp_rtti=true,-Dcpp_rtti=false," | ||
48 | PACKAGECONFIG[lto] = "-Db_lto=true,-Db_lto=false," | ||
47 | 49 | ||
48 | EXTRA_OEMESON += "-Dstrip=false" | 50 | EXTRA_OEMESON += "-Dstrip=false" |
49 | 51 | ||