diff options
author | Stefan Müller-Klieser <s.mueller-klieser@phytec.de> | 2018-01-16 14:46:55 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2018-01-16 14:42:32 +0000 |
commit | 3f2f3a014e19ba6c23bca85b8fd1a46a85294c58 (patch) | |
tree | c4f5da2c28fc610275400684fbe685daca29fb35 | |
parent | ce766374432309b85fdcfe8ef287dbb2ef11b337 (diff) | |
download | meta-qt5-3f2f3a014e19ba6c23bca85b8fd1a46a85294c58.tar.gz |
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>
-rw-r--r-- | recipes-qt/qt5/qtbase_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb index 0e03890e..4f3ade28 100644 --- a/recipes-qt/qt5/qtbase_git.bb +++ b/recipes-qt/qt5/qtbase_git.bb | |||
@@ -109,7 +109,7 @@ PACKAGECONFIG[libpng] = "-system-libpng,-no-libpng,libpng" | |||
109 | PACKAGECONFIG[gif] = "-gif,-no-gif" | 109 | PACKAGECONFIG[gif] = "-gif,-no-gif" |
110 | PACKAGECONFIG[ico] = "-ico,-no-ico" | 110 | PACKAGECONFIG[ico] = "-ico,-no-ico" |
111 | PACKAGECONFIG[zlib] = "-system-zlib,-qt-zlib,zlib" | 111 | PACKAGECONFIG[zlib] = "-system-zlib,-qt-zlib,zlib" |
112 | PACKAGECONFIG[pcre] = "-system-pcre,-qt-pcre,pcre" | 112 | PACKAGECONFIG[pcre] = "-system-pcre,-qt-pcre,pcre2" |
113 | PACKAGECONFIG[eglfs] = "-eglfs,-no-eglfs,drm" | 113 | PACKAGECONFIG[eglfs] = "-eglfs,-no-eglfs,drm" |
114 | PACKAGECONFIG[gl] = "-opengl desktop,,virtual/libgl" | 114 | PACKAGECONFIG[gl] = "-opengl desktop,,virtual/libgl" |
115 | PACKAGECONFIG[gles2] = "-opengl es2,,virtual/libgles2 virtual/egl" | 115 | PACKAGECONFIG[gles2] = "-opengl es2,,virtual/libgles2 virtual/egl" |