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