summaryrefslogtreecommitdiffstats
path: root/src/plugins/hardwareintegration/client/client.pro
blob: f1c71f084551651846622b59dc9c998f236a4593 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE=subdirs
QT_FOR_CONFIG += waylandclient-private

qtConfig(wayland-egl): \
    SUBDIRS += wayland-egl
qtConfig(wayland-brcm): \
    SUBDIRS += brcm-egl
qtConfig(xcomposite-egl): \
    SUBDIRS += xcomposite-egl
qtConfig(xcomposite-glx): \
    SUBDIRS += xcomposite-glx
qtConfig(drm-egl-server): \
    SUBDIRS += drm-egl-server
qtConfig(libhybris-egl-server): \
    SUBDIRS += libhybris-egl-server

### TODO: make shm-emulation configurable
SUBDIRS += shm-emulation-server