summaryrefslogtreecommitdiffstats
path: root/src/plugins/hardwareintegration/compositor/compositor.pro
blob: 215cd2571a27aae3d13e7e99de76aa99bb9d49f0 (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 {
    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