gtk2-engines.mk 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. #############################################################
  2. #
  3. # gtk2-engines.0
  4. #
  5. #############################################################
  6. GTK2_ENGINES_VERSION = 2.20.2
  7. GTK2_ENGINES_SOURCE = gtk-engines-$(GTK2_ENGINES_VERSION).tar.bz2
  8. GTK2_ENGINES_SITE = http://ftp.gnome.org/pub/GNOME/sources/gtk-engines/2.20
  9. GTK2_ENGINES_DEPENDENCIES = libgtk2 host-intltool
  10. GTK2_ENGINES_CONF_ENV = \
  11. ac_cv_func_posix_getpwuid_r=yes \
  12. glib_cv_stack_grows=no \
  13. glib_cv_uscore=no \
  14. ac_cv_func_strtod=yes \
  15. ac_fsusage_space=yes \
  16. fu_cv_sys_stat_statfs2_bsize=yes \
  17. ac_cv_func_closedir_void=no \
  18. ac_cv_func_getloadavg=no \
  19. ac_cv_lib_util_getloadavg=no \
  20. ac_cv_lib_getloadavg_getloadavg=no \
  21. ac_cv_func_getgroups=yes \
  22. ac_cv_func_getgroups_works=yes \
  23. ac_cv_func_chown_works=yes \
  24. ac_cv_have_decl_euidaccess=no \
  25. ac_cv_func_euidaccess=no \
  26. ac_cv_have_decl_strnlen=yes \
  27. ac_cv_func_strnlen_working=yes \
  28. ac_cv_func_lstat_dereferences_slashed_symlink=yes \
  29. ac_cv_func_lstat_empty_string_bug=no \
  30. ac_cv_func_stat_empty_string_bug=no \
  31. vb_cv_func_rename_trailing_slash_bug=no \
  32. ac_cv_have_decl_nanosleep=yes \
  33. jm_cv_func_nanosleep_works=yes \
  34. gl_cv_func_working_utimes=yes \
  35. ac_cv_func_utime_null=yes \
  36. ac_cv_have_decl_strerror_r=yes \
  37. ac_cv_func_strerror_r_char_p=no \
  38. jm_cv_func_svid_putenv=yes \
  39. ac_cv_func_getcwd_null=yes \
  40. ac_cv_func_getdelim=yes \
  41. ac_cv_func_mkstemp=yes \
  42. utils_cv_func_mkstemp_limitations=no \
  43. utils_cv_func_mkdir_trailing_slash_bug=no \
  44. jm_cv_func_gettimeofday_clobber=no \
  45. gl_cv_func_working_readdir=yes \
  46. jm_ac_cv_func_link_follows_symlink=no \
  47. utils_cv_localtime_cache=no \
  48. ac_cv_struct_st_mtim_nsec=no \
  49. gl_cv_func_tzset_clobber=no \
  50. gl_cv_func_getcwd_null=yes \
  51. gl_cv_func_getcwd_path_max=yes \
  52. ac_cv_func_fnmatch_gnu=yes \
  53. am_getline_needs_run_time_check=no \
  54. am_cv_func_working_getline=yes \
  55. gl_cv_func_mkdir_trailing_slash_bug=no \
  56. gl_cv_func_mkstemp_limitations=no \
  57. ac_cv_func_working_mktime=yes \
  58. jm_cv_func_working_re_compile_pattern=yes \
  59. ac_use_included_regex=no \
  60. gl_cv_c_restrict=no \
  61. ac_cv_path_CUPS_CONFIG=no
  62. GTK2_ENGINES_CONF_OPT = \
  63. --with-x \
  64. --x-includes=$(STAGING_DIR)/usr/include/X11 \
  65. --x-libraries=$(STAGING_DIR)/usr/lib \
  66. --disable-glibtest \
  67. --enable-explicit-deps=no \
  68. --disable-debug \
  69. --enable-clearlooks \
  70. --disable-crux \
  71. --disable-hc \
  72. --disable-industrial \
  73. --disable-mist \
  74. --disable-redmond \
  75. --disable-smooth \
  76. --disable-glide \
  77. --disable-thinice \
  78. --enable-animation \
  79. --disable-development \
  80. --disable-paranoia \
  81. --disable-deprecated
  82. $(eval $(call AUTOTARGETS,package,gtk2-engines))