X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=configure.ac;h=0b8969e8dac2004d578779a169feec18cfa64b17;hb=0343e48cfcb3b8dca62ca8dee97e14f314c55edf;hp=35ca944b072da42f6f5a1ed4dd21ee2a9b93f352;hpb=d3804438a62fda5fba2e97a51bdfc8a3ecdb091e;p=platform%2Fcore%2Fuifw%2Fe17.git diff --git a/configure.ac b/configure.ac index 35ca944..0b8969e 100644 --- a/configure.ac +++ b/configure.ac @@ -544,7 +544,8 @@ PKG_CHECK_MODULES(E, [ $hal_mount $eeze_mount $udisks_mount - $device_backend + $device_backend, + dlog ]) requirements_e="\ evas >= 1.2.0 \ @@ -645,6 +646,10 @@ e_extra_features+="-D_F_TRANSIENT_FOR_PATCH_ " e_extra_features+="-D_F_BORDER_HOOK_PATCH_ " # add multi-layer feature of the compositor e_extra_features+="-D_F_COMP_LAYER_ " +# add use dlog +e_extra_features+="-D_F_USE_DLOG_ " +# enable to copy the directory for configuration files +e_extra_features+="-D_F_COPY_FROM_DATA_DIR_ " have_extra_features=no AC_ARG_ENABLE(extra_features,