Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/external/mit/xorg/lib/libX11 Pull up following revision(s...
details: https://anonhg.NetBSD.org/src/rev/d36726ad730c
branches: netbsd-9
changeset: 964125:d36726ad730c
user: martin <martin%NetBSD.org@localhost>
date: Sat Sep 19 12:23:34 2020 +0000
description:
Pull up following revision(s) (requested by nia in ticket #1087):
external/mit/xorg/lib/libX11/Makefile.libx11: revision 1.20
external/mit/xorg/lib/libX11/Makefile.libx11: revision 1.21
libx11: Dynamically load unversioned libxcursor shared object
the version number is wrong for NetBSD, should be libXcursor.so.2
someone pointed out it makes sense to load the exact libXcursor version
diffstat:
external/mit/xorg/lib/libX11/Makefile.libx11 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r cc53a7857722 -r d36726ad730c external/mit/xorg/lib/libX11/Makefile.libx11
--- a/external/mit/xorg/lib/libX11/Makefile.libx11 Sat Sep 19 12:16:14 2020 +0000
+++ b/external/mit/xorg/lib/libX11/Makefile.libx11 Sat Sep 19 12:23:34 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.libx11,v 1.19 2019/07/08 23:06:15 mrg Exp $
+# $NetBSD: Makefile.libx11,v 1.19.2.1 2020/09/19 12:23:34 martin Exp $
LIB= X11
.PATH: ${X11SRCDIR.${LIB}}/src
@@ -423,7 +423,7 @@
SHM_DEFINES= -DHAS_SHM
SOCK_DEFINES= -DBSD44SOCKETS
TRANS_INCLUDES= -I${X11SRCDIR.xtrans}
-XCURSOR_DEFINES= -DUSE_DYNAMIC_XCURSOR -DLIBXCURSOR=\"libXcursor.so.1\"
+XCURSOR_DEFINES= -DUSE_DYNAMIC_XCURSOR -DLIBXCURSOR=\"libXcursor.so.2\"
XDMAUTHDEFS= -DHASXDMAUTH
XF86BIGFONT_DEFINES= -DXF86BIGFONT
XKB_DEFINES= -DXKB
Home |
Main Index |
Thread Index |
Old Index