summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2013-08-21 15:44:57 -0700
committerKristian Høgsberg <krh@bitplanet.net>2013-08-21 15:47:17 -0700
commitdb8c5c89707c71a2498495bd18b2058b74f9ea45 (patch)
treedc3104710d7258f333e914ee517daeaf2b5aae51
parent61a13715bb4024da2836f50390e15e5002844d31 (diff)
downloadweston-db8c5c89707c71a2498495bd18b2058b74f9ea45.tar.gz
weston-db8c5c89707c71a2498495bd18b2058b74f9ea45.tar.bz2
weston-db8c5c89707c71a2498495bd18b2058b74f9ea45.zip
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.
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e305ab05..156237fa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])