summaryrefslogtreecommitdiffstats
path: root/src/plugins/hardwareintegration/client/client.pro
blob: 37a90ab0d44a3d03587d419bb7b9e360ae411a5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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