(Build) Ensure efl-assist is not used in UBUNTU profile 34/28534/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Thu, 9 Oct 2014 11:14:16 +0000 (12:14 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Thu, 9 Oct 2014 11:14:16 +0000 (12:14 +0100)
Change-Id: I73ad523c199509ac3f26ddf70cba5a92757b61ef

build/tizen/configure.ac

index 1033a1e..f068812 100644 (file)
@@ -162,12 +162,13 @@ PKG_CHECK_MODULES(SENSOR, sensor)
 PKG_CHECK_MODULES(TTS, tts)
 PKG_CHECK_MODULES(VCONF, vconf)
 PKG_CHECK_MODULES(CAPI_SYSTEM_SYSTEM_SETTINGS, capi-system-system-settings)
-fi
 
 if test "x$enable_profile" != "xTV"; then
 PKG_CHECK_MODULES(EFL_ASSIST, efl-assist)
 fi
 
+fi
+
 if test "x$enable_wayland" = "xyes"; then
 PKG_CHECK_MODULES(WAYLAND, [ecore-wayland egl wayland-egl wayland-client >= 1.2.0 xkbcommon],
                   [DALI_HAS_ECOREWL=yes],