summaryrefslogtreecommitdiff
path: root/recipes-fsl/packagegroups/packagegroup-fsl-gpu-libs.bb
blob: 0d3aa5a49bfebeded7c8e0a690eef24e0bc5410e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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} = " \
    libgal-imx \
    libegl-imx \
    libgl-imx \
    libgles-imx \
    libgles2-imx \
    libopenvg-imx \
    libvdk-imx \
    ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '', \
       bb.utils.contains('DISTRO_FEATURES',     'x11', 'xserver-xorg-extension-viv-autohdmi', \
                                                       '', d), d)} \
"