Skip to content

Commit 282393a

Browse files
authored
remove finding gl lib, not needed
1 parent e59eae3 commit 282393a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ pkg_check_modules(WAYLANDPP_CURSOR REQUIRED "wayland-cursor++>=0.2.7")
4545
pkg_check_modules(WAYLANDPP_EGL REQUIRED "wayland-egl++>=0.2.7")
4646
pkg_check_modules(WAYLANDPP_CLIENT_EXTRA REQUIRED "wayland-client-extra++>=0.2.7")
4747
pkg_check_modules(EGL REQUIRED egl)
48-
pkg_check_modules(OPENGL REQUIRED gl)
4948
pkg_check_modules(XKBCOMMON REQUIRED xkbcommon)
5049
pkg_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

7977
target_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

9188
target_compile_options(flutter_wayland PUBLIC ${EGL_CFLAGS})

0 commit comments

Comments
 (0)