Commit 6826322
Create GL::egl target without pkgconfig
The if statement used `EGL_LIBRARIES` which was never created when not using the pkgconfig path so the `GL::egl` target wasn't there. Modify the check to use `EGL_LIBRARY`.
Add the `FOUND_VAR` to the `find_package_handle_standar_args` and add a way to set the name of the EGL implementation.1 parent cbe71a0 commit 6826322
1 file changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
| 50 | + | |
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
| |||
59 | 58 | | |
60 | 59 | | |
61 | 60 | | |
62 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
0 commit comments