diff options
author | Jordan Crouse <jordan.crouse@amd.com> | 2005-04-05 15:42:34 +0000 |
---|---|---|
committer | Jordan Crouse <jordan.crouse@amd.com> | 2005-04-05 15:42:34 +0000 |
commit | 86265e424a00e1a980e436e9aec8c85d1becb75f (patch) | |
tree | 6868f4ed0bb0971e46631b9979fe73d811b05cc5 /packages | |
parent | 535b29434c3e30d5571e4ed3e34cf9a2f1cae319 (diff) |
Should be fixed for x86 platforms
BKrev: 4252b1eaqpcHeTjnJTT9D_E-id3yJA
Diffstat (limited to 'packages')
-rw-r--r-- | packages/libxfce4util/libxfce4util_4.2.0.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/libxfce4util/libxfce4util_4.2.0.bb b/packages/libxfce4util/libxfce4util_4.2.0.bb index 15e0d3447c..fcd5b74ad8 100644 --- a/packages/libxfce4util/libxfce4util_4.2.0.bb +++ b/packages/libxfce4util/libxfce4util_4.2.0.bb @@ -10,6 +10,13 @@ DEPENDS = "glib-2.0" # | checking whether putenv() implementation is broken... configure: error: cannot run test program while cross compiling BROKEN = "1" +# Fixed on i386/i486/i586/i686 - needs to be confirmed on other platforms + +BROKEN_i386="0" +BROKEN_i486="0" +BROKEN_i586="0" +BROKEN_i686="0" + inherit xfce pkgconfig XFCE_HEADERS="debug.h utf8.h xfce-generics.h xfce-resource.h \ |