summaryrefslogtreecommitdiffstats
path: root/src/compositor/hardware_integration/dri2_xcb/dri2_xcb.pri
blob: 641c7a91acd6769630f850eb6bbb9cb893c4e171 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
INCLUDEPATH += $$PWD/../private
LIBS += -lxcb -lxcb-dri2 -lEGL

DEFINES += QT_COMPOSITOR_DRI2_XCB

SOURCES += \
    $$PWD/dri2xcbhwintegration.cpp \
    $$PWD/dri2xcbbuffer.cpp \
    $$PWD/../../../3rdparty/wayland/wayland-drm-protocol.c \

HEADERS += \
    $$PWD/dri2xcbhwintegration.h \
    $$PWD/dri2xcbbuffer.h \
    $$PWD/../../../3rdparty/wayland/wayland-drm-server-protocol.h \