Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xorg
app
xkbcomp
Commits
7cdd50a7
Commit
7cdd50a7
authored
Nov 29, 2022
by
Matt Turner
Browse files
configure: Use AC_SYS_LARGEFILE to enable large file support
Signed-off-by:
Matt Turner
<
mattst88@gmail.com
>
parent
76eed498
Pipeline
#754117
passed with stages
in 1 minute and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
7cdd50a7
...
...
@@ -50,6 +50,9 @@ AC_CHECK_FUNCS([strdup strcasecmp])
# Checks for pkg-config packages
PKG_CHECK_MODULES(XKBCOMP, [x11 xkbfile xproto >= 7.0.17])
# Checks for typedefs, structures, and compiler characteristics.
AC_SYS_LARGEFILE
AC_ARG_WITH([xkb_config_root],
[AS_HELP_STRING([--with-xkb-config-root=<paths>],
[Set default XKB config root (default: ${datadir}/X11/xkb)])],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment