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 /meta-nvidia-logan-extras | |
| 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 'meta-nvidia-logan-extras')
| -rw-r--r-- | meta-nvidia-logan-extras/recipes/qt5/qtbase_git.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-nvidia-logan-extras/recipes/qt5/qtbase_git.bbappend b/meta-nvidia-logan-extras/recipes/qt5/qtbase_git.bbappend index f2f7e11..c33ee23 100644 --- a/meta-nvidia-logan-extras/recipes/qt5/qtbase_git.bbappend +++ b/meta-nvidia-logan-extras/recipes/qt5/qtbase_git.bbappend | |||
| @@ -20,4 +20,4 @@ | |||
| 20 | ############################################################################## | 20 | ############################################################################## |
| 21 | 21 | ||
| 22 | DEPENDS += "graphics-headers" | 22 | DEPENDS += "graphics-headers" |
| 23 | 23 | PACKAGECONFIG += "kms" | |
