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 libXdmGreet depends upon a bunch of li...



details:   https://anonhg.NetBSD.org/src/rev/1a2d6719a91a
branches:  trunk
changeset: 787167:1a2d6719a91a
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Jun 05 02:51:49 2013 +0000

description:
libXdmGreet depends upon a bunch of libs; move it.

diffstat:

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

diffs (24 lines):

diff -r 7e99d5f86f59 -r 1a2d6719a91a external/mit/xorg/lib/Makefile
--- a/external/mit/xorg/lib/Makefile    Wed Jun 05 01:18:35 2013 +0000
+++ b/external/mit/xorg/lib/Makefile    Wed Jun 05 02:51:49 2013 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.26 2013/06/04 07:44:45 mrg Exp $
+#      $NetBSD: Makefile,v 1.27 2013/06/05 02:51:49 mrg Exp $
 
 # build libraries for xorg
 
 SUBDIR=        libfontenc freetype libFS libICE libOSMesa \
-       libXau libXdmGreet libXdmcp libdrm libpciaccess .WAIT
+       libXau libXdmcp libdrm libpciaccess .WAIT
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
 SUBDIR+=libdrm_intel
 .endif
@@ -31,6 +31,8 @@
        libXrandr \
        .WAIT \
        libXft libglut \
+       .WAIT \
+       libXdmGreet \
        xcb-util
        
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index