Skip to content

Commit cb73726

Browse files
committed
egl includes folder
1 parent 4677982 commit cb73726

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ target_link_libraries(flutter_wayland
6969
${WAYLANDPP_EGL_LIBRARIES}
7070
${WAYLANDPP_CURSOR_LIBRARIES}
7171
${WAYLANDPP_CLIENT_EXTRA_LIBRARIES}
72+
${EGL_LDFLAGS}
7273
${XKBCOMMON_LIBRARIES}
7374
${RAPIDJSON_LIBRARIES}
74-
${EGL_LDFLAGS}
7575
)
7676

7777
target_include_directories(flutter_wayland
@@ -82,6 +82,8 @@ target_include_directories(flutter_wayland
8282
${WAYLANDPP_CURSOR_INCLUDE_DIRS}
8383
${WAYLANDPP_EGL_INCLUDE_DIRS}
8484
${WAYLANDPP_CLIENT_EXTRA_INCLUDE_DIRS}
85+
${EGL_INCLUDE_DIRS}
86+
${XKBCOMMON_INCLUDE_DIRS}
8587
${RAPIDJSON_INCLUDE_DIRS}
8688
)
8789

0 commit comments

Comments
 (0)