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 all the dependent librarie...



details:   https://anonhg.NetBSD.org/src/rev/15757079c821
branches:  trunk
changeset: 850402:15757079c821
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Apr 04 03:04:58 2020 +0000

description:
Add all the dependent libraries and sort

diffstat:

 external/mit/xorg/lib/gallium/Makefile |  15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diffs (46 lines):

diff -r 2158b04d4fc5 -r 15757079c821 external/mit/xorg/lib/gallium/Makefile
--- a/external/mit/xorg/lib/gallium/Makefile    Sat Apr 04 01:44:43 2020 +0000
+++ b/external/mit/xorg/lib/gallium/Makefile    Sat Apr 04 03:04:58 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2020/01/31 21:13:40 jmcneill Exp $
+# $NetBSD: Makefile,v 1.44 2020/04/04 03:04:58 christos Exp $
 
 # Link the gallium mega driver.
 
@@ -25,7 +25,6 @@
 
 CFLAGS+=       -pthread
 LDFLAGS+=      -pthread
-LIBDPLIBS+=    pthread         ${.CURDIR}/../../../../../lib/libpthread
 
 GALLIUM_SUBDIRS= \
        auxiliary \
@@ -953,10 +952,11 @@
 .if ${BUILD_RADEON} == 1
 CFLAGS+=       -pthread
 LDFLAGS+=      -pthread
-LIBDPLIBS+=    pthread         ${.CURDIR}/../../../../../lib/libpthread
 .endif
 
-LIBDPLIBS+=    m               ${.CURDIR}/../../../../../lib/libm
+LIBDPLIBS+=    X11-xcb         ${.CURDIR}/../libX11/libX11-xcb
+LIBDPLIBS+=    xcb-dri2        ${.CURDIR}/../libxcb/dri2
+LIBDPLIBS+=    xcb             ${.CURDIR}/../libxcb/libxcb
 .if ${BUILD_RADEON} == 1 || ${BUILD_NOUVEAU} == 1
 LIBDPLIBS+=    drm             ${.CURDIR}/../libdrm
 .if ${BUILD_I915} == 1
@@ -973,10 +973,11 @@
 LIBDPLIBS+=    glapi           ${.CURDIR}/../libglapi
 LIBDPLIBS+=    expat           ${.CURDIR}/../../../../../external/mit/expat/lib/libexpat
 LIBDPLIBS+=    terminfo        ${.CURDIR}/../../../../../lib/libterminfo
+LIBDPLIBS+=    execinfo        ${.CURDIR}/../../../../../lib/libexecinfo
+
+LIBDPLIBS+=    elf             ${NETBSDSRCDIR}/external/bsd/elftoolchain/lib/libelf
 LIBDPLIBS+=    z               ${.CURDIR}/../../../../../lib/libz
-LIBDPLIBS+=    execinfo        ${.CURDIR}/../../../../../lib/libexecinfo
-LIBDPLIBS+=    X11-xcb         ${.CURDIR}/../libX11/libX11-xcb
-LIBDPLIBS+=    xcb-dri2        ${.CURDIR}/../libxcb/dri2
+LIBDPLIBS+=    m               ${.CURDIR}/../../../../../lib/libm
 
 # gallium drivers requiring LLVM
 .if ${BUILD_LLVMPIPE} == 1 || ${BUILD_RADEON} == 1



Home | Main Index | Thread Index | Old Index