aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtmultimedia.inc
blob: 87269850ab87d6703c76fbe4d42993ca0be27d60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require qt5.inc

DEPENDS += "qtdeclarative gstreamer gst-plugins-base alsa-lib "

PACKAGECONFIG ??= ""
PACKAGECONFIG[openal] = ",,openal-soft"

do_configure_prepend() {
    # disable openal test if it isn't enabled by PACKAGECONFIG
    sed -i 's/^qtCompileTest(openal)/OE_OPENAL_ENABLED:qtCompileTest(openal)/g' ${S}/qtmultimedia.pro
}

EXTRA_QMAKEVARS_PRE += "${@base_contains('PACKAGECONFIG', 'openal', 'CONFIG+=OE_OPENAL_ENABLED', '', d)}"