summaryrefslogtreecommitdiff
path: root/recipes-fsl/packagegroups/packagegroup-fsl-gpu-libs.bb
blob: 94ff260da90a6a6f76a6cb86502d72597bae7c93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright (C) 2016 Toradex AG
# Released under the MIT license (see COPYING.MIT for the terms)

SUMMARY = "Deploys Vivante GPU libraries, even if no package RDEPENDS on them"

PACKAGE_ARCH = "${MACHINE_ARCH}"

inherit packagegroup

RDEPENDS_${PN} = " \
    libgl-mx6 \
    libgles-mx6 \
    libgles2-mx6 \
    libopenvg-mx6 \
    libvdk-mx6 \
    ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '', \
       bb.utils.contains('DISTRO_FEATURES',     'x11', 'xserver-xorg-extension-viv-autohdmi', \
                                                       '', d), d)} \
"