The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / atk / atk.mk
1 ################################################################################
2 #
3 # atk
4 #
5 ################################################################################
6
7 ATK_VERSION_MAJOR = 2.16
8 ATK_VERSION = $(ATK_VERSION_MAJOR).0
9 ATK_SOURCE = atk-$(ATK_VERSION).tar.xz
10 ATK_SITE = http://ftp.gnome.org/pub/gnome/sources/atk/$(ATK_VERSION_MAJOR)
11 ATK_LICENSE = LGPLv2+
12 ATK_LICENSE_FILES = COPYING
13 ATK_INSTALL_STAGING = YES
14 ATK_INSTALL_STAGING_OPTS = DESTDIR=$(STAGING_DIR) LDFLAGS=-L$(STAGING_DIR)/usr/lib install
15
16 ATK_CONF_ENV = \
17         ac_cv_func_posix_getpwuid_r=yes \
18         glib_cv_stack_grows=no \
19         glib_cv_uscore=no \
20         ac_cv_func_strtod=yes \
21         ac_fsusage_space=yes \
22         fu_cv_sys_stat_statfs2_bsize=yes \
23         ac_cv_func_closedir_void=no \
24         ac_cv_func_getloadavg=no \
25         ac_cv_lib_util_getloadavg=no \
26         ac_cv_lib_getloadavg_getloadavg=no \
27         ac_cv_func_getgroups=yes \
28         ac_cv_func_getgroups_works=yes \
29         ac_cv_func_chown_works=yes \
30         ac_cv_have_decl_euidaccess=no \
31         ac_cv_func_euidaccess=no \
32         ac_cv_have_decl_strnlen=yes \
33         ac_cv_func_strnlen_working=yes \
34         ac_cv_func_lstat_dereferences_slashed_symlink=yes \
35         ac_cv_func_lstat_empty_string_bug=no \
36         ac_cv_func_stat_empty_string_bug=no \
37         vb_cv_func_rename_trailing_slash_bug=no \
38         ac_cv_have_decl_nanosleep=yes \
39         jm_cv_func_nanosleep_works=yes \
40         gl_cv_func_working_utimes=yes \
41         ac_cv_func_utime_null=yes \
42         ac_cv_have_decl_strerror_r=yes \
43         ac_cv_func_strerror_r_char_p=no \
44         jm_cv_func_svid_putenv=yes \
45         ac_cv_func_getcwd_null=yes \
46         ac_cv_func_getdelim=yes \
47         ac_cv_func_mkstemp=yes \
48         utils_cv_func_mkstemp_limitations=no \
49         utils_cv_func_mkdir_trailing_slash_bug=no \
50         ac_cv_func_memcmp_working=yes \
51         ac_cv_have_decl_malloc=yes \
52         jm_cv_func_gettimeofday_clobber=no \
53         gl_cv_func_working_readdir=yes \
54         jm_ac_cv_func_link_follows_symlink=no \
55         utils_cv_localtime_cache=no \
56         ac_cv_struct_st_mtim_nsec=no \
57         gl_cv_func_tzset_clobber=no \
58         gl_cv_func_getcwd_null=yes \
59         gl_cv_func_getcwd_path_max=yes \
60         ac_cv_func_fnmatch_gnu=yes \
61         am_getline_needs_run_time_check=no \
62         am_cv_func_working_getline=yes \
63         gl_cv_func_mkdir_trailing_slash_bug=no \
64         gl_cv_func_mkstemp_limitations=no \
65         ac_cv_func_working_mktime=yes \
66         jm_cv_func_working_re_compile_pattern=yes \
67         ac_use_included_regex=no \
68         gl_cv_c_restrict=no \
69         ac_cv_prog_F77=no
70
71 ATK_CONF_OPTS = --disable-glibtest --enable-explicit-deps=no
72
73 ATK_DEPENDENCIES = libglib2 host-pkgconf
74
75 $(eval $(autotools-package))