Merge pull request #65 from dsvensson/ds-no-libattr

Switch to using glibc xattrs.
This commit is contained in:
Alexander Larsson
2015-04-07 09:23:12 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ AC_ARG_WITH(system_fonts_dir,
SYSTEM_FONTS_DIR=$with_system_fonts_dir
AC_SUBST(SYSTEM_FONTS_DIR)
AC_CHECK_HEADER([attr/xattr.h], [], AC_MSG_ERROR([libattr development headers not found]))
AC_CHECK_HEADER([sys/xattr.h], [], AC_MSG_ERROR([You must have sys/xattr.h from glibc]))
AC_CHECK_HEADER([sys/capability.h], have_caps=yes, AC_MSG_ERROR([sys/capability.h header not found]))
AC_SUBST([GLIB_COMPILE_RESOURCES], [`$PKG_CONFIG --variable glib_compile_resources gio-2.0`])

Submodule libglnx updated: 08d1339f9a...d59a63e3e6