From 10c2a30ee41a26fbd33218ae75079bb977524c9f Mon Sep 17 00:00:00 2001 From: sumanth Date: Tue, 11 Oct 2011 11:11:39 +0900 Subject: [PATCH] ICU package dependency is removed from elementary. Change-Id: I6e9e7e3fd46035ce93c89a35554cf0f721258e13 --- configure.ac | 3 +-- debian/control | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 38fa434..45c83ab 100755 --- a/configure.ac +++ b/configure.ac @@ -216,7 +216,6 @@ PKG_CHECK_MODULES([ELEMENTARY], ecore-file >= 1.0.0 ecore-imf >= 1.0.0 edje >= 1.0.999 - icu-i18n >= 4.6.0 ] ) @@ -251,7 +250,7 @@ PKG_CHECK_MODULES([EMOTION], AM_CONDITIONAL([HAVE_EMOTION], [test "x${have_emotion}" = "xyes"]) -requirement_elm="edje >= 1.0.0 ecore-file >= 1.0.0 ecore-evas >= 1.0.0 ecore >= 1.0.0 evas >= 1.0.0 eet >= 1.4.0 eina >= 1.0.0 icu-i18n >= 4.6.0 ${requirement_elm}" +requirement_elm="edje >= 1.0.0 ecore-file >= 1.0.0 ecore-evas >= 1.0.0 ecore >= 1.0.0 evas >= 1.0.0 eet >= 1.4.0 eina >= 1.0.0 ${requirement_elm}" have_elementary_x="no" want_elementary_x="auto" diff --git a/debian/control b/debian/control index 11bc875..0eebee9 100644 --- a/debian/control +++ b/debian/control @@ -3,14 +3,14 @@ Section: x11 Priority: optional Maintainer: Jaehwan Kim , Chuneon Park , Juyung Seo , Myungjae Lee , Woohyun Jung , Jihoon Kim , Jeonghyun Yun , Seunggyun Kim , Shinwoo Kim Uploaders: Doyoun Kang , Hyoyoung Chang , Myoungwoon Kim , Shinwoo Kim -Build-Depends: debhelper (>= 6), cdbs, libecore-dev, libevas-dev, libeet-dev, libeet-bin, libedje-dev, pkg-config, libtool, libeina-dev, libefreet-dev, libethumb-dev, libicu-dev +Build-Depends: debhelper (>= 6), cdbs, libecore-dev, libevas-dev, libeet-dev, libeet-bin, libedje-dev, pkg-config, libtool, libeina-dev, libefreet-dev, libethumb-dev Standards-Version: 3.8.1 Homepage: http://www.enlightenment.org Package: libelm-dev Section: libdevel Architecture: any -Depends: libelm (= ${binary:Version}), libecore-dev, libevas-dev, libeet-dev, libedje-dev, libedbus-dev, libefreet-dev, libethumb-dev, libicu-dev +Depends: libelm (= ${binary:Version}), libecore-dev, libevas-dev, libeet-dev, libedje-dev, libedbus-dev, libefreet-dev, libethumb-dev Description: Elementary - a basic widget set that is easy to use based on EFL for mobile This package contains devel content. -- 2.7.4