mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-04-24 06:46:30 -04:00
cursor: use os_create_anonymous_file()
Copy the implementation of os_create_anonymous_file() here from weston, so we can use it instead of hardcoding a path to /tmp. Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
This commit is contained in:
parent
9326498d03
commit
a88a4386cb
5 changed files with 165 additions and 7 deletions
|
|
@ -39,7 +39,7 @@ if test "x$GCC" = "xyes"; then
|
|||
fi
|
||||
AC_SUBST(GCC_CFLAGS)
|
||||
|
||||
AC_CHECK_FUNCS([accept4])
|
||||
AC_CHECK_FUNCS([accept4 mkostemp])
|
||||
|
||||
AC_ARG_ENABLE([scanner],
|
||||
[AC_HELP_STRING([--disable-scanner],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue