Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/xorg/lib/gallium Add libraries to resolve missi...



details:   https://anonhg.NetBSD.org/src/rev/be5d82cc9ab5
branches:  trunk
changeset: 451690:be5d82cc9ab5
user:      maya <maya%NetBSD.org@localhost>
date:      Thu May 30 23:15:46 2019 +0000

description:
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.

diffstat:

 external/mit/xorg/lib/gallium/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r c96cb11a94e4 -r be5d82cc9ab5 external/mit/xorg/lib/gallium/Makefile
--- a/external/mit/xorg/lib/gallium/Makefile    Thu May 30 21:44:49 2019 +0000
+++ b/external/mit/xorg/lib/gallium/Makefile    Thu May 30 23:15:46 2019 +0000
@@ -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+=    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



Home | Main Index | Thread Index | Old Index