[rules] disable-xim
authorjaehwan <jae.hwan.kim@samsung.com>
Wed, 1 Sep 2010 12:53:35 +0000 (21:53 +0900)
committerjaehwan <jae.hwan.kim@samsung.com>
Wed, 1 Sep 2010 12:53:35 +0000 (21:53 +0900)
debian/changelog
debian/rules

index d479038..26c0dbd 100644 (file)
@@ -1,3 +1,11 @@
+ecore (0.9.9.060+svn.49540slp2+3build15) unstable; urgency=low
+
+  * [rules] add disable-xim (from Wonkuk Jung)
+  * Git: 165.213.180.234:/git/slp/pkgs/ecore
+  * Tag: ecore_0.9.9.060+svn.49540slp2+3build15
+
+ -- Juyung Seo  <juyung.seo@samsung.com>  Wed, 01 Sep 2010 21:52:08 +0900
+
 ecore (0.9.9.060+svn.49540slp2+3build14) unstable; urgency=low
 
   * [ecore_x] fix sync issue in 1 special event re-order case. ( Changeset r51609 ) 
index fe65258..c0c5822 100755 (executable)
@@ -21,7 +21,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := --enable-ecore-fb \
        --disable-openssl \
        --enable-ecore-data \
        --enable-ecore-config \
-       --enable-glib-integration-always 
+       --enable-glib-integration-always \
+       --disable-xim
+
 DEB_MAKE_CLEAN_TARGET := distclean
 CFLAGS += -fvisibility=hidden
 LDFLAGS += -fvisibility=hidden