meson: use gl instead of GL

`/usr/lib/pkgconfig/gl.pc`
This commit is contained in:
wael 2022-10-30 19:56:13 +03:00 committed by Mihai Fufezan
parent 989deafd5e
commit 2c67c1c4f8
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ executable('Hyprland', src,
xcb_dep,
dependency('pixman-1'),
dependency('GL', 'opengl'),
dependency('gl', 'opengl'),
dependency('threads')
],
install : true