We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 871c426 + 25b42e6 commit 07fdc07Copy full SHA for 07fdc07
1 file changed
Source/cmake/FindCairoGL.cmake
@@ -30,6 +30,9 @@
30
31
find_package(PkgConfig QUIET)
32
pkg_check_modules(CAIROGL cairo-glesv2)
33
+if (NOT CAIROGL_FOUND)
34
+ pkg_check_modules(CAIROGL cairo-glesv3)
35
+endif()
36
37
if (CAIROGL_FOUND)
38
# At the moment CairoGL does not add any extra cflags and libraries, so we can
0 commit comments