| Message ID | 20260617173129.1013998-2-peter.marko@siemens.com |
|---|---|
| State | New |
| Headers | show |
| Series | [v2,1/4] wget: remove pcre packageconfig option | expand |
diff --git a/meta/recipes-extended/slang/slang_2.3.3.bb b/meta/recipes-extended/slang/slang_2.3.3.bb index 05b8aff0f2..3f365cb3cf 100644 --- a/meta/recipes-extended/slang/slang_2.3.3.bb +++ b/meta/recipes-extended/slang/slang_2.3.3.bb @@ -36,7 +36,7 @@ EXTRA_OECONF = "--without-onig" # path. Unset RPATH to stop this. EXTRA_OEMAKE = "RPATH=''" -PACKAGECONFIG ??= "pcre" +PACKAGECONFIG ??= "" PACKAGECONFIG[pcre] = "--with-pcre=${STAGING_DIR_HOST}${prefix},--without-pcre,pcre" PACKAGECONFIG[png] = "--with-png=${STAGING_DIR_HOST}${prefix},--without-png,libpng" PACKAGECONFIG[zlib] = "--with-z=${STAGING_DIR_HOST}${prefix},--without-z,zlib"