summaryrefslogtreecommitdiffstats
path: root/src/plugins/hardwareintegration/compositor/compositor.pro
blob: 1ecfe37a089f54af856ed9268643701564765b71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE = subdirs

config_wayland_egl: \
    SUBDIRS += wayland-egl
config_brcm_egl: \
    SUBDIRS += brcm-egl

config_xcomposite {
    contains(QT_CONFIG, egl): \
        SUBDIRS += xcomposite-egl

    !contains(QT_CONFIG, opengles2):config_glx: \
        SUBDIRS += xcomposite-glx
}

config_drm_egl_server: \
    SUBDIRS += drm-egl-server

config_libhybris_egl_server: \
    SUBDIRS += libhybris-egl-server