diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-04-28 20:33:52 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-04-28 20:33:52 +0000 |
commit | 7af7c93d5c42f22dafaf8b5902cdb0a5ac4c6e13 (patch) | |
tree | 3e75a99e27f806b61d1784f1ab3948d0b5884538 /graphics | |
parent | 0298fc7f2b799079278aab6a867e5a1a05ee793d (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mesa-demos/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/mesa-demos/Makefile b/graphics/mesa-demos/Makefile index 025b2b4c9760..bca79756af63 100644 --- a/graphics/mesa-demos/Makefile +++ b/graphics/mesa-demos/Makefile @@ -19,6 +19,9 @@ USE_XORG= glproto x11 xext xi xxf86vm xdamage xfixes dri2proto CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +CONFIGURE_ARGS+=--disable-egl --disable-gles2 --disable-wayland \ + --disable-gbm --disable-vg --disable-osmesa + DATADIR= ${PREFIX}/share/${PKGNAMEPREFIX}${PORTNAME} OPTIONS_DEFINE= NVIDIA |