summaryrefslogtreecommitdiff
path: root/package/enlightenment
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-26 20:41:50 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-10 20:31:47 +0200
commit0b056944f5878304f51af3e9edb6d596f24fc370 (patch)
tree1ebe59163157a08b2e49c43e3f95a1f93d2e7ca7 /package/enlightenment
parente97938286f7fe3129412105cd8533c2197787bab (diff)
enlightment: xtensa workaround no longer required
With the update to uClibc-ng 1.0.3, this is no longer needed, as the problem is fixed upstream. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/enlightenment')
-rw-r--r--package/enlightenment/enlightenment.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/package/enlightenment/enlightenment.mk b/package/enlightenment/enlightenment.mk
index ac156420f..ddebe065a 100644
--- a/package/enlightenment/enlightenment.mk
+++ b/package/enlightenment/enlightenment.mk
@@ -34,11 +34,6 @@ ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC)$(BR2_powerpc)$(BR2_sparc),yy)
ENLIGHTENMENT_CONF_ENV += ac_cv_header_sys_ptrace_h=no
endif
-# uClibc-ng has an old incomplete sys/ptrace.h for xtensa
-ifeq ($(BR2_UCLIBC_VERSION_NG)$(BR2_xtensa),yy)
-ENLIGHTENMENT_CONF_ENV += ac_cv_header_sys_ptrace_h=no
-endif
-
# alsa backend needs mixer support
ifeq ($(BR2_PACKAGE_ALSA_LIB)$(BR2_PACKAGE_ALSA_LIB_MIXER),yy)
ENLIGHTENMENT_DEPENDENCIES += alsa-lib