From bfcae8fe19778b55f7e7ffd9e9d26aeccb94695c Mon Sep 17 00:00:00 2001 From: Adeel Kazmi Date: Wed, 28 Jan 2015 14:31:46 +0000 Subject: [PATCH] (Build) Disable efl-assist for UBUNTU profile Change-Id: I1dbb9ecc7e55adf66cbb13bf508890744266dab9 --- build/tizen/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/tizen/configure.ac b/build/tizen/configure.ac index 3e89258..d29fe1f 100644 --- a/build/tizen/configure.ac +++ b/build/tizen/configure.ac @@ -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 -- 2.7.4