hyprpicker: Add missing libGL
Cairo will soon no longer propagate libGL.
/build/source/src/debug/../includes.hpp:30:10: fatal error: GLES3/gl32.h: No such file or directory
30 | #include <GLES3/gl32.h>
| ^~~~~~~~~~~~~~
compilation terminated.
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
, ninja
|
||||
, cairo
|
||||
, fribidi
|
||||
, libGL
|
||||
, libdatrie
|
||||
, libjpeg
|
||||
, libselinux
|
||||
@@ -43,6 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
buildInputs = [
|
||||
cairo
|
||||
fribidi
|
||||
libGL
|
||||
libdatrie
|
||||
libjpeg
|
||||
libselinux
|
||||
|
||||
Reference in New Issue
Block a user