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

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

config_xcomposite {
    config_egl: \
        SUBDIRS += xcomposite-egl

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