pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xcursor xcursor: switch from Xfixes to libXfixes



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b8d65852b99d
branches:  trunk
changeset: 444941:b8d65852b99d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 14 17:40:30 2021 +0000

description:
xcursor: switch from Xfixes to libXfixes

diffstat:

 x11/xcursor/builtin.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b1c0ed0aff4f -r b8d65852b99d x11/xcursor/builtin.mk
--- a/x11/xcursor/builtin.mk    Thu Jan 14 17:17:40 2021 +0000
+++ b/x11/xcursor/builtin.mk    Thu Jan 14 17:40:30 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.16 2019/11/03 09:14:19 rillig Exp $
+# $NetBSD: builtin.mk,v 1.17 2021/01/14 17:40:30 wiz Exp $
 
 BUILTIN_PKG:=  xcursor
 
@@ -41,7 +41,7 @@
 ### Determine whether we should use the built-in implementation if it
 ### exists, and set USE_BUILTIN.<pkg> appropriate ("yes" or "no").
 ###
-.if defined(USE_BUILTIN.Xfixes) && !empty(USE_BUILTIN.Xfixes:M[nN][oO])
+.if defined(USE_BUILTIN.libXfixes) && !empty(USE_BUILTIN.libXfixes:M[nN][oO])
 USE_BUILTIN.xcursor=   no
 .endif
 .if defined(USE_BUILTIN.Xrender) && !empty(USE_BUILTIN.Xrender:M[nN][oO])
@@ -85,7 +85,7 @@
 BUILDLINK_API_DEPENDS.xcursor+=        xcursor>=1.1.1
 BUILDLINK_API_DEPENDS.Xrender+=        Xrender>=0.8
 .    for _mkfile_ in buildlink3.mk builtin.mk
-.      sinclude "../../x11/Xfixes/${_mkfile_}"
+.      sinclude "../../x11/libXfixes/${_mkfile_}"
 .    endfor
 .  endif
 



Home | Main Index | Thread Index | Old Index