We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4677982 commit cb73726Copy full SHA for cb73726
CMakeLists.txt
@@ -69,9 +69,9 @@ target_link_libraries(flutter_wayland
69
${WAYLANDPP_EGL_LIBRARIES}
70
${WAYLANDPP_CURSOR_LIBRARIES}
71
${WAYLANDPP_CLIENT_EXTRA_LIBRARIES}
72
+ ${EGL_LDFLAGS}
73
${XKBCOMMON_LIBRARIES}
74
${RAPIDJSON_LIBRARIES}
- ${EGL_LDFLAGS}
75
)
76
77
target_include_directories(flutter_wayland
@@ -82,6 +82,8 @@ target_include_directories(flutter_wayland
82
${WAYLANDPP_CURSOR_INCLUDE_DIRS}
83
${WAYLANDPP_EGL_INCLUDE_DIRS}
84
${WAYLANDPP_CLIENT_EXTRA_INCLUDE_DIRS}
85
+ ${EGL_INCLUDE_DIRS}
86
+ ${XKBCOMMON_INCLUDE_DIRS}
87
${RAPIDJSON_INCLUDE_DIRS}
88
89
0 commit comments