hyprpaper: Add missing libGL
Cairo will soon no longer propagate libGL. /build/source/src/events/../includes.hpp:31:10: fatal error: GLES3/gl32.h: No such file or directory 31 | #include <GLES3/gl32.h> | ^~~~~~~~~~~~~~ compilation terminated.
This commit is contained in:
parent
de928d3fd7
commit
53b550170d
@ -3,6 +3,7 @@
|
||||
, fetchFromGitHub
|
||||
, cmake
|
||||
, file
|
||||
, libGL
|
||||
, libjpeg
|
||||
, mesa
|
||||
, pango
|
||||
@ -31,6 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
buildInputs = [
|
||||
file
|
||||
libGL
|
||||
libjpeg
|
||||
mesa
|
||||
pango
|
||||
|
Loading…
Reference in New Issue
Block a user