Skip to content

Commit 7d7c288

Browse files
Disable EGL, GLES1, GLES2 on 'libglvnd'
1 parent 94d8860 commit 7d7c288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/libglvnd/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_VER=1.7.0
22
SRC_URL=https://github.com/NVIDIA/libglvnd/archive/refs/tags/v$PKG_VER.tar.gz
3-
MESON_ARGS="-Dtls=false"
3+
MESON_ARGS="-Dtls=false -Degl=false -Dgles1=false -Dgles2=false"
44
CFLAGS="-I$PREFIX_DIR/include"
55
DEPENDENCIES="xorgproto libX11 libXext"

0 commit comments

Comments
 (0)