Module Name: src Committed By: maya Date: Thu May 30 23:15:46 UTC 2019
Modified Files: src/external/mit/xorg/lib/gallium: Makefile Log Message: Add libraries to resolve missing xcb symbols Fixes executing 'emulators/nestopia' on r600, reported by nia, thanks! XXX we might want to get rid of the references instead. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/external/mit/xorg/lib/gallium/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/mit/xorg/lib/gallium/Makefile diff -u src/external/mit/xorg/lib/gallium/Makefile:1.27 src/external/mit/xorg/lib/gallium/Makefile:1.28 --- src/external/mit/xorg/lib/gallium/Makefile:1.27 Thu May 16 01:22:35 2019 +++ src/external/mit/xorg/lib/gallium/Makefile Thu May 30 23:15:46 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2019/05/16 01:22:35 christos Exp $ +# $NetBSD: Makefile,v 1.28 2019/05/30 23:15:46 maya Exp $ # Link the gallium mega driver. @@ -959,6 +959,8 @@ LIBDPLIBS+= expat ${.CURDIR}/../../../. LIBDPLIBS+= terminfo ${.CURDIR}/../../../../../lib/libterminfo LIBDPLIBS+= z ${.CURDIR}/../../../../../lib/libz LIBDPLIBS+= execinfo ${.CURDIR}/../../../../../lib/libexecinfo +LIBDPLIBS+= X11-xcb ${.CURDIR}/../libX11/libX11-xcb +LIBDPLIBS+= xcb-dri2 ${.CURDIR}/../libxcb/dri2 # gallium drivers requiring LLVM .if ${BUILD_LLVMPIPE} == 1 || ${BUILD_RADEON} == 1