summaryrefslogtreecommitdiffstats
path: root/src/qt-compositor/hardware_integration/hardware_integration.pri
blob: 3e75bce0a0eb23efcdeac02cb8571a742fbaf61c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
HEADERS += \
    $$PWD/graphicshardwareintegration.h

SOURCES += \
    $$PWD/graphicshardwareintegration.cpp

wayland_gl {
    mesa_egl {
        include ($$PWD/mesa_egl/mesa_egl.pri)
        DEFINES += QT_COMPOSITOR_MESA_EGL
    }

    dri2_xcb {
        include ($$PWD/dri2_xcb/dri2_xcb.pri)
        DEFINES += QT_COMPOSITOR_DRI2_XCB
    }

    xpixmap_egl {
        include ($$PWD/xpixmap_egl/xpixmap_egl.pri)
    }
}