summaryrefslogtreecommitdiffstats
path: root/src/plugins/hardwareintegration/compositor/compositor.pro
blob: 22301d07e4b1ce1cbc3ce03ccf004016aa327702 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE = subdirs
QT_FOR_CONFIG += waylandcompositor-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

SUBDIRS += hardwarelayer