mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-09 03:38:03 +02:00
configure.ac: Add AC_SYS_LARGEFILE for mmap()ing dumb GEM buffers
We're mmap()ing buffers with 64 bit offsets coming from the DRM_IOCTL_MODE_MAP_DUMB ioctl and need to make sure mmap accepts those.
This commit is contained in:
parent
61a13715bb
commit
db8c5c8970
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ AC_SUBST([WESTON_VERSION], [weston_version])
|
|||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
AC_USE_SYSTEM_EXTENSIONS
|
||||
AC_SYS_LARGEFILE
|
||||
|
||||
AM_INIT_AUTOMAKE([1.11 parallel-tests foreign no-dist-gzip dist-xz color-tests])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue