File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ pkg_check_modules(WAYLANDPP_CURSOR REQUIRED "wayland-cursor++>=0.2.7")
4545pkg_check_modules(WAYLANDPP_EGL REQUIRED "wayland-egl++>=0.2.7" )
4646pkg_check_modules(WAYLANDPP_CLIENT_EXTRA REQUIRED "wayland-client-extra++>=0.2.7" )
4747pkg_check_modules(EGL REQUIRED egl)
48- pkg_check_modules(OPENGL REQUIRED gl)
4948pkg_check_modules(XKBCOMMON REQUIRED xkbcommon)
5049pkg_check_modules(RAPIDJSON REQUIRED "RapidJSON>=1.1.0" )
5150
@@ -73,7 +72,6 @@ target_link_libraries(flutter_wayland
7372 ${XKBCOMMON_LIBRARIES}
7473 ${RAPIDJSON_LIBRARIES}
7574 ${EGL_LDFLAGS}
76- ${OPENGL_LDFLAGS}
7775)
7876
7977target_include_directories (flutter_wayland
@@ -85,7 +83,6 @@ target_include_directories(flutter_wayland
8583 ${WAYLANDPP_EGL_INCLUDE_DIRS}
8684 ${WAYLANDPP_CLIENT_EXTRA_INCLUDE_DIRS}
8785 ${RAPIDJSON_INCLUDE_DIRS}
88- ${OPENGL_INCLUDE_DIRS}
8986)
9087
9188target_compile_options (flutter_wayland PUBLIC ${EGL_CFLAGS} )
You can’t perform that action at this time.
0 commit comments