diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-03-13 10:26:46 -0700 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-03-13 17:57:35 +0000 |
commit | 5556be906d41b757b21dc5532064406c42cb91a0 (patch) | |
tree | d2bd09fc147574adcc1693fe93adf2226e141456 | |
parent | c761af04a78cbc9d749b52135a3e0d34fd9724cf (diff) | |
download | meta-freescale-5556be906d41b757b21dc5532064406c42cb91a0.tar.gz |
vlc: Disable x11 when using imx gpu driver
It does not provide glx implementation which is needed for vlc x11
support
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 9a1e1243b4af7312c97bbff06a33695dff763977)
-rw-r--r-- | dynamic-layers/multimedia-layer/recipes-multimedia/vlc/vlc_%.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dynamic-layers/multimedia-layer/recipes-multimedia/vlc/vlc_%.bbappend b/dynamic-layers/multimedia-layer/recipes-multimedia/vlc/vlc_%.bbappend new file mode 100644 index 00000000..b85752b7 --- /dev/null +++ b/dynamic-layers/multimedia-layer/recipes-multimedia/vlc/vlc_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | # vivante drivers does not provide glx | ||
2 | PACKAGECONFIG:remove:imxgpu = "x11" | ||