Revert the previous commit. Note EGL was disabled because it does not build
when libEGL.so from NVIDIA is installed.
This commit is contained in:
parent
0b545cf26f
commit
b13386a8c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384246
1 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= mesa-demos
|
PORTNAME= mesa-demos
|
||||||
PORTVERSION= 8.2.0
|
PORTVERSION= 8.2.0
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/demos/${PORTVERSION}/
|
MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/demos/${PORTVERSION}/
|
||||||
|
|
||||||
|
@ -12,13 +12,13 @@ COMMENT= OpenGL demos distributed with Mesa
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USES= gmake pkgconfig tar:bzip2
|
USES= gmake pkgconfig tar:bzip2
|
||||||
USE_GL= egl glew glu glut
|
USE_GL= glew glu glut
|
||||||
USE_XORG= dri2proto glproto x11 xdamage xext xfixes xi xxf86vm
|
USE_XORG= dri2proto glproto x11 xdamage xext xfixes xi xxf86vm
|
||||||
|
|
||||||
CPPFLAGS= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
|
||||||
CONFIGURE_ARGS+=--disable-gles2 \
|
CONFIGURE_ARGS+=--disable-egl --disable-gbm --disable-gles2 \
|
||||||
--disable-osmesa --disable-vg --disable-wayland \
|
--disable-osmesa --disable-vg --disable-wayland \
|
||||||
--with-system-data-files
|
--with-system-data-files
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue