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")
45
45
pkg_check_modules (WAYLANDPP_EGL REQUIRED "wayland-egl++>=0.2.7" )
46
46
pkg_check_modules (WAYLANDPP_CLIENT_EXTRA REQUIRED "wayland-client-extra++>=0.2.7" )
47
47
pkg_check_modules (EGL REQUIRED egl )
48
- pkg_check_modules (OPENGL REQUIRED gl )
49
48
pkg_check_modules (XKBCOMMON REQUIRED xkbcommon )
50
49
pkg_check_modules (RAPIDJSON REQUIRED "RapidJSON>=1.1.0" )
51
50
@@ -73,7 +72,6 @@ target_link_libraries(flutter_wayland
73
72
${XKBCOMMON_LIBRARIES}
74
73
${RAPIDJSON_LIBRARIES}
75
74
${EGL_LDFLAGS}
76
- ${OPENGL_LDFLAGS}
77
75
)
78
76
79
77
target_include_directories (flutter_wayland
@@ -85,7 +83,6 @@ target_include_directories(flutter_wayland
85
83
${WAYLANDPP_EGL_INCLUDE_DIRS}
86
84
${WAYLANDPP_CLIENT_EXTRA_INCLUDE_DIRS}
87
85
${RAPIDJSON_INCLUDE_DIRS}
88
- ${OPENGL_INCLUDE_DIRS}
89
86
)
90
87
91
88
target_compile_options (flutter_wayland PUBLIC ${EGL_CFLAGS} )
You can’t perform that action at this time.
0 commit comments