[gdk-pixbuf] build: Check for sys/resource.h in Meson as well



commit e041ecd308de6352191767b4fc9592a4b564ffd8
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Tue Aug 15 08:56:47 2017 +0800

    build: Check for sys/resource.h in Meson as well
    
    The autotools builds checked for sys/resource.h, so we ought to check
    for that as well in the Meson build files.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=785767

 meson.build |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/meson.build b/meson.build
index 1691b08..5006d76 100644
--- a/meson.build
+++ b/meson.build
@@ -60,7 +60,8 @@ gio_dep = dependency('gio-2.0', version: glib_req_version)
 gdk_pixbuf_conf = configuration_data()
 
 check_headers = [
-  'unistd.h'
+  'unistd.h',
+  'sys/resource.h'
 ]
 
 foreach h: check_headers


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]