mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcursor.git
synced 2025-12-20 07:00:18 +01:00
Fix spelling/wording issues
Found by using:
codespell --builtin clear,rare,usage,informal,code,names
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
66accad188
commit
d223fce4c7
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ Xorg mailing list:
|
||||||
|
|
||||||
https://lists.x.org/mailman/listinfo/xorg
|
https://lists.x.org/mailman/listinfo/xorg
|
||||||
|
|
||||||
The master development code repository can be found at:
|
The primary development code repository can be found at:
|
||||||
|
|
||||||
https://gitlab.freedesktop.org/xorg/lib/libXcursor
|
https://gitlab.freedesktop.org/xorg/lib/libXcursor
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -78,7 +78,7 @@ AC_ARG_WITH(cursorpath,
|
||||||
[XCURSORPATH=$DEF_CURSORPATH])
|
[XCURSORPATH=$DEF_CURSORPATH])
|
||||||
AC_SUBST([XCURSORPATH])
|
AC_SUBST([XCURSORPATH])
|
||||||
|
|
||||||
# Obtain compiler/linker options for depedencies
|
# Obtain compiler/linker options for dependencies
|
||||||
PKG_CHECK_MODULES(XCURSOR, xrender >= 0.8.2 xfixes x11 fixesproto)
|
PKG_CHECK_MODULES(XCURSOR, xrender >= 0.8.2 xfixes x11 fixesproto)
|
||||||
AC_DEFINE(HAVE_XFIXES, 1, [Define to 1 if you have Xfixes])
|
AC_DEFINE(HAVE_XFIXES, 1, [Define to 1 if you have Xfixes])
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue