diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_22.22.0.bb b/meta-oe/recipes-devtools/nodejs/nodejs_22.22.0.bb index b3a4fb4245..afe3d2ddf1 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs_22.22.0.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs_22.22.0.bb @@ -74,8 +74,8 @@ PACKAGECONFIG ??= "ares brotli icu zlib" PACKAGECONFIG[ares] = "--shared-cares,,c-ares c-ares-native" PACKAGECONFIG[brotli] = "--shared-brotli,,brotli brotli-native" PACKAGECONFIG[icu] = "--with-intl=system-icu,--without-intl,icu icu-native" -PACKAGECONFIG[libuv] = "--shared-libuv,,libuv" -PACKAGECONFIG[nghttp2] = "--shared-nghttp2,,nghttp2" +PACKAGECONFIG[libuv] = "--shared-libuv,,libuv libuv-native" +PACKAGECONFIG[nghttp2] = "--shared-nghttp2,,nghttp2 nghttp2-native" PACKAGECONFIG[shared] = "--shared" PACKAGECONFIG[zlib] = "--shared-zlib,,zlib"