Disabled elementary_quicklaunch. 22/116122/2
authorWoochan Lee <wc0917.lee@samsung.com>
Thu, 23 Feb 2017 05:31:38 +0000 (14:31 +0900)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Thu, 2 Mar 2017 06:21:43 +0000 (22:21 -0800)
Change-Id: Ide4e2b8301b4d49d0053bbef982021318c27c983

configure.ac
packaging/elementary.spec

index 0accc5f..b44e61c 100644 (file)
@@ -452,29 +452,34 @@ EFL_CHECK_PATH_MAX
 
 EFL_LINKER_FLAG([-fvisibility=hidden -fdata-sections -ffunction-sections -Wl,--gc-sections -fno-strict-aliasing -Wl,--as-needed -Wl,--no-copy-dt-needed-entries])
 
+#TIZEN_ONLY(20170221) : Not used in Tizen.
+#//////////////////////////////////////////////////////////////////////////////////////////////////////////////
 # Check if we can build binary with quicklaunch support
-ELM_QUICKLAUNCH
+#ELM_QUICKLAUNCH
 
 
 ### Checks for library functions
 
-AC_FUNC_ALLOCA
+#AC_FUNC_ALLOCA
 
-AC_CHECK_FUNCS([geteuid getuid getpwent])
+#AC_CHECK_FUNCS([geteuid getuid getpwent])
 
-if test "x${want_quicklaunch}" != "xno"; then
-   AC_CHECK_FUNCS([fork clearenv])
-fi
+#if test "x${want_quicklaunch}" != "xno"; then
+#   AC_CHECK_FUNCS([fork clearenv])
+#fi
 
-if test "x${have_dlopen}" = "xno"; then
-   AC_CHECK_FUNCS([dlopen dladdr])
-fi
+#if test "x${have_dlopen}" = "xno"; then
+#   AC_CHECK_FUNCS([dlopen dladdr])
+#fi
 
-if test "x${ac_cv_func_dlopen}" = "xyes"; then
-   have_dlopen="yes"
-fi
+#if test "x${ac_cv_func_dlopen}" = "xyes"; then
+#   have_dlopen="yes"
+#fi
+
+#AM_CONDITIONAL([BUILD_QUICKLAUNCH], [test "x${ac_cv_func_fork}" = "xyes" && test "x${have_dlopen}" = "xyes"])
+AM_CONDITIONAL([BUILD_QUICKLAUNCH], [test "x${temp}" = "xyes"])
+#//////////////////////////////////////////////////////////////////////////////////////////////////////////////
 
-AM_CONDITIONAL([BUILD_QUICKLAUNCH], [test "x${ac_cv_func_fork}" = "xyes" && test "x${have_dlopen}" = "xyes"])
 
 # environ variable
 
index 66aa183..c66fe24 100644 (file)
@@ -228,8 +228,10 @@ install -m 0644 %SOURCE100 %{buildroot}%{_tmpfilesdir}/elementary.conf
 %manifest %{name}.manifest
 %defattr(-,root,root,-)
 %license COPYING
-%{_bindir}/elementary_quicklaunch
-%{_bindir}/elementary_run
+#TIZEN_ONLY(20170221) : Not used in Tizen.
+#%{_bindir}/elementary_quicklaunch
+#%{_bindir}/elementary_run
+#
 %{_libdir}/edje/*
 %{_libdir}/elementary/modules/*
 %{_libdir}/*.so.*