Fixed the popup to fit the full screen width
[apps/native/ug-mobile-ap.git] / packaging / ug-setting-mobileap-efl.spec
index 5ffad7d..84c5ff3 100755 (executable)
@@ -3,7 +3,7 @@
 
 Name:          ug-setting-mobileap-efl
 Summary:       Tethering UI Gadget Library
-Version:       1.0.149
+Version:       1.0.159
 Release:       1
 Group:         App/Network
 License:       Flora-1.1
@@ -33,6 +33,9 @@ Tethering UI Gadget Library
 
 %build
 cmake -DCMAKE_INSTALL_PREFIX="%{_ugdir}"  \
+%if "%{?_with_emulator}" == "1"
+       -DTIZEN_FEATURE_EMULATOR=1 \
+%endif
        .
 
 make %{?_smp_mflags}