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/libvdpau add libXext and libX11 to LIB...



details:   https://anonhg.NetBSD.org/src/rev/f7b0a605e626
branches:  trunk
changeset: 449729:f7b0a605e626
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Mar 18 20:14:02 2019 +0000

description:
add libXext and libX11 to LIBDPLIBS.  fixes eg, minidlna build.

diffstat:

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

diffs (19 lines):

diff -r 985f76e36794 -r f7b0a605e626 external/mit/xorg/lib/libvdpau/Makefile
--- a/external/mit/xorg/lib/libvdpau/Makefile   Mon Mar 18 11:38:03 2019 +0000
+++ b/external/mit/xorg/lib/libvdpau/Makefile   Mon Mar 18 20:14:02 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2019/03/12 11:05:09 christos Exp $
+#      $NetBSD: Makefile,v 1.4 2019/03/18 20:14:02 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -15,6 +15,9 @@
 CPPFLAGS+=     -DVDPAU_SYSCONFDIR=\"${VDPAU_SYSCONFDIR}\" \
                -DVDPAU_MODULEDIR=\"${VDPAU_MODULEDIR}\"
 
+LIBDPLIBS=     Xext    ${.CURDIR}/../libXext \
+               X11     ${.CURDIR}/../libX11/dynamic
+
 SHLIB_MAJOR=   1
 SHLIB_MINOR=   0
 



Home | Main Index | Thread Index | Old Index