(Build) Disable efl-assist for UBUNTU profile 21/34521/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 28 Jan 2015 14:31:46 +0000 (14:31 +0000)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 28 Jan 2015 14:31:46 +0000 (14:31 +0000)
Change-Id: I1dbb9ecc7e55adf66cbb13bf508890744266dab9

build/tizen/configure.ac

index 3e89258..d29fe1f 100644 (file)
@@ -182,7 +182,7 @@ PKG_CHECK_MODULES(VCONF, vconf)
 PKG_CHECK_MODULES(CAPI_SYSTEM_SYSTEM_SETTINGS, capi-system-system-settings)
 fi
 
-if test "x$enable_profile" != "xTV"; then
+if test "x$enable_profile" != "xTV" && test "x$enable_profile" != "xUBUNTU"; then
 PKG_CHECK_MODULES(EFL_ASSIST, efl-assist)
 fi