diff options
author | Teemu Holappa <teemu.holappa@theqtcompany.com> | 2016-02-09 13:36:35 +0200 |
---|---|---|
committer | Teemu Holappa <teemu.holappa@theqtcompany.com> | 2016-02-10 07:51:27 +0000 |
commit | 95edcb4599e092b9a95fa84e9d14e184075a31f4 (patch) | |
tree | d67657ee4b099606441bf482eab9e9d54766c019 /recipes-qt/qt5 | |
parent | d4996b8dd4fc54b3034f81c5eebbef3916cf6020 (diff) | |
download | meta-boot2qt-95edcb4599e092b9a95fa84e9d14e184075a31f4.tar.gz |
Fix kms plugin build for NVidia K1 pro.
Added kms plugin to nvidia-logal configuration. Updated meta-tegra layer.
In updated meta-tegra layer there is added pkg-config file for nvidia drm library to pass the KMS config tests.
Changed virtual/mesa dependency to drm into qtbase receipt until it gets upstreamed.
Change-Id: I1aa999865166c3a2831579c83610ac2b862b9359
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
Diffstat (limited to 'recipes-qt/qt5')
-rw-r--r-- | recipes-qt/qt5/qtbase_git.bbappend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase_git.bbappend b/recipes-qt/qt5/qtbase_git.bbappend index 20d5cce..c0641c1 100644 --- a/recipes-qt/qt5/qtbase_git.bbappend +++ b/recipes-qt/qt5/qtbase_git.bbappend | |||
@@ -48,6 +48,7 @@ SRCREV = "3880f41e683f02b905c8cbc3c578c3f3a0a1eb2e" | |||
48 | 48 | ||
49 | # Temporarily here, until merged upstream | 49 | # Temporarily here, until merged upstream |
50 | PACKAGECONFIG[openssl] = "-openssl,-no-openssl,openssl,libssl" | 50 | PACKAGECONFIG[openssl] = "-openssl,-no-openssl,openssl,libssl" |
51 | PACKAGECONFIG[kms] = "-kms,-no-kms,drm virtual/egl" | ||
51 | 52 | ||
52 | do_install_append() { | 53 | do_install_append() { |
53 | # Temporarily here, until merged upstream | 54 | # Temporarily here, until merged upstream |