aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/meson.build
diff options
context:
space:
mode:
authorwael <[email protected]>2022-10-30 19:56:13 +0300
committerMihai Fufezan <[email protected]>2022-10-31 12:39:04 +0200
commit2c67c1c4f80f2a1312dfec4624b570cf57058063 (patch)
treeb3be3e6fe00333622c149fd222fe2558c7bbf85a /src/meson.build
parent989deafd5e2b7962e9eb27bb3ec0cd7ee9dd107b (diff)
downloadHyprland-2c67c1c4f80f2a1312dfec4624b570cf57058063.tar.gz
Hyprland-2c67c1c4f80f2a1312dfec4624b570cf57058063.zip
meson: use gl instead of GL
`/usr/lib/pkgconfig/gl.pc`
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build
index f8e995ff..2bf98995 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -18,7 +18,7 @@ executable('Hyprland', src,
xcb_dep,
dependency('pixman-1'),
- dependency('GL', 'opengl'),
+ dependency('gl', 'opengl'),
dependency('threads')
],
install : true