Switch to using glibc xattrs.

Updates libglnx to reflect a similar change in that project.
tingping/wmclass
Daniel Svensson 2015-04-05 22:13:45 +02:00
parent 4845d1cf37
commit 36645a680c
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`])

@ -1 +1 @@
Subproject commit 08d1339f9a61c0b437a623e68ebf2c64258d6087
Subproject commit d59a63e3e650aa75a055e4ede523790d60645435