summaryrefslogtreecommitdiffstats
path: root/src/plugins/hardwareintegration/compositor/compositor.pro
blob: 32edf1f153f3ad58f54e3bb2c0604e9a3fcbae65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
TEMPLATE = subdirs
QT_FOR_CONFIG += waylandcompositor-private

qtConfig(wayland-dmabuf-client-buffer): \
    SUBDIRS += linux-dmabuf-unstable-v1
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(wayland-drm-egl-server-buffer): \
    SUBDIRS += drm-egl-server
qtConfig(wayland-libhybris-egl-server-buffer): \
    SUBDIRS += libhybris-egl-server
qtConfig(wayland-shm-emulation-server-buffer): \
    SUBDIRS += shm-emulation-server
qtConfig(wayland-dmabuf-server-buffer): \
    SUBDIRS += dmabuf-server
qtConfig(wayland-vulkan-server-buffer): \
    SUBDIRS += vulkan-server

qtConfig(wayland-egl): \
    SUBDIRS += wayland-eglstream-controller


SUBDIRS += hardwarelayer