mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-09 15:45:57 +01:00
meson: use gl instead of GL
`/usr/lib/pkgconfig/gl.pc`
This commit is contained in:
parent
989deafd5e
commit
2c67c1c4f8
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ executable('Hyprland', src,
|
|||
xcb_dep,
|
||||
|
||||
dependency('pixman-1'),
|
||||
dependency('GL', 'opengl'),
|
||||
dependency('gl', 'opengl'),
|
||||
dependency('threads')
|
||||
],
|
||||
install : true
|
||||
|
|
Loading…
Reference in a new issue