diff mbox series

[3/5] package/pcre2: add pcre2-16 to the host variant

Message ID 20220725152522.1579992-4-thomas.petazzoni@bootlin.com
State Accepted
Headers show
Series Very initial Qt6 packaging | expand

Commit Message

Thomas Petazzoni July 25, 2022, 3:25 p.m. UTC
This will be needed by qt6base, and it is not worth creating a hidden
host package option for this.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 package/pcre2/pcre2.mk | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/package/pcre2/pcre2.mk b/package/pcre2/pcre2.mk
index 043f6d866f..06a0afc9b8 100644
--- a/package/pcre2/pcre2.mk
+++ b/package/pcre2/pcre2.mk
@@ -28,5 +28,8 @@  ifeq ($(BR2_USE_MMU),)
 PCRE2_CONF_OPTS += --disable-pcre2grep-callout
 endif
 
+# needed for qt6base
+HOST_PCRE2_CONF_OPTS = --enable-pcre2-16
+
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))