* add glew

* move glew

* move glew to GL and GLU
This commit is contained in:
Sascha-Oliver Prolic 2022-07-04 04:59:57 -04:00 committed by GitHub
parent 21230476ad
commit 00fc9204fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,7 @@ in
pcap = [ libpcap ];
pthread = null; # available by default
GL = [ libGL ];
GLEW = [ glew ];
GLU = [ libGLU ];
alut = [ freealut ];
X11 = with xorg; [ libX11 ];