diff options
author | Ross Burton <ross@openedhand.com> | 2007-03-15 16:08:40 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-03-15 16:08:40 +0000 |
commit | 7e254a57f83993293b54f00cee7d58e533130c01 (patch) | |
tree | ca3bb19013b67642a161fab8127443cf37745471 | |
parent | e4669e559ba1e97f425926f8fc5ac13ece1f18b5 (diff) | |
download | tizen-distro-7e254a57f83993293b54f00cee7d58e533130c01.tar.gz tizen-distro-7e254a57f83993293b54f00cee7d58e533130c01.tar.bz2 tizen-distro-7e254a57f83993293b54f00cee7d58e533130c01.zip |
Define eds-dbus symbols for now, see if this fixes the build
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1351 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/site/ix86-common | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/site/ix86-common b/meta/site/ix86-common index 6e6a2c96dd..6715069ad3 100644 --- a/meta/site/ix86-common +++ b/meta/site/ix86-common @@ -252,3 +252,6 @@ jm_cv_func_working_readdir=yes # xorg X11R7 ac_cv_sys_linker_h=${ac_cv_sys_linker_h=no} ac_cv_file__usr_share_X11_sgml_defs_ent=${ac_cv_file__usr_share_X11_sgml_defs_ent=no} + +# eds-dbus +ac_cv_libiconv_utf8=${ac_cv_libiconv_utf8=yes} |