mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-03 20:54:37 +02:00
qtbase: fix pcre PACKAGECONFIG
Qt switched to pcre2 for 5.9. The configure switch has not been renamed. We just need to update the build dependency. This requires the poky commit: 0204af2 libpcre2: add packages for 16-bit and 32-bit code unit support Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
ce76637443
commit
3f2f3a014e
@@ -109,7 +109,7 @@ PACKAGECONFIG[libpng] = "-system-libpng,-no-libpng,libpng"
|
||||
PACKAGECONFIG[gif] = "-gif,-no-gif"
|
||||
PACKAGECONFIG[ico] = "-ico,-no-ico"
|
||||
PACKAGECONFIG[zlib] = "-system-zlib,-qt-zlib,zlib"
|
||||
PACKAGECONFIG[pcre] = "-system-pcre,-qt-pcre,pcre"
|
||||
PACKAGECONFIG[pcre] = "-system-pcre,-qt-pcre,pcre2"
|
||||
PACKAGECONFIG[eglfs] = "-eglfs,-no-eglfs,drm"
|
||||
PACKAGECONFIG[gl] = "-opengl desktop,,virtual/libgl"
|
||||
PACKAGECONFIG[gles2] = "-opengl es2,,virtual/libgles2 virtual/egl"
|
||||
|
||||
Reference in New Issue
Block a user