Date: Tue, 23 Aug 2016 10:11:17 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420654 - head/emulators/wine Message-ID: <201608231011.u7NABHuH008165@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Tue Aug 23 10:11:17 2016 New Revision: 420654 URL: https://svnweb.freebsd.org/changeset/ports/420654 Log: Backport from emulators/wine-devel: Require/build with Xinerama support (which has been explicitly disabled before to ensure reproducible builds). Without this, some programs would incorrectly show full screen as a wide window covering 2 monitors. PR: 210039 Submitted by: Henry Hu <henry.hu.sh@gmail.com> Modified: head/emulators/wine/Makefile Modified: head/emulators/wine/Makefile ============================================================================== --- head/emulators/wine/Makefile Tue Aug 23 09:54:33 2016 (r420653) +++ head/emulators/wine/Makefile Tue Aug 23 10:11:17 2016 (r420654) @@ -93,9 +93,9 @@ V4L_LIB_DEPENDS= libv4l1.so:multimedia/l WINEMAKER_RUN_DEPENDS= p5-XML-LibXML>0:textproc/p5-XML-LibXML -X11_CONFIGURE_WITH= x cms fontconfig freetype glu jpeg opengl png xinput2 xrandr xrender +X11_CONFIGURE_WITH= x cms fontconfig freetype glu jpeg opengl png xinerama xinput2 xrandr xrender X11_USES= jpeg -X11_USE= GL=glu XORG=xcomposite,xcursor,xi,xrandr,xrender +X11_USE= GL=glu XORG=xcomposite,xcursor,xi,xinerama,xrandr,xrender X11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ liblcms2.so:graphics/lcms2 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608231011.u7NABHuH008165>