summaryrefslogtreecommitdiff
path: root/packaging/liblivebox-viewer.spec
diff options
context:
space:
mode:
authorSung-jae Park <nicesj.park@samsung.com>2013-04-23 09:02:01 +0900
committerSung-jae Park <nicesj.park@samsung.com>2013-04-23 09:02:01 +0900
commitf15210a9a2258a56d72ec5a90ce8ce72c83604e4 (patch)
treed323a65bfadc798b9abbc3dbb839805fb321d51a /packaging/liblivebox-viewer.spec
parentc42f27c544d9a16c30638f950e841ac25fcdf851 (diff)
downloadlivebox-viewer-f15210a9a2258a56d72ec5a90ce8ce72c83604e4.tar.gz
livebox-viewer-f15210a9a2258a56d72ec5a90ce8ce72c83604e4.tar.bz2
livebox-viewer-f15210a9a2258a56d72ec5a90ce8ce72c83604e4.zip
Use the vconf instead of timer for making connection to master.
If the master is not launched or ready to service, Viewer should try to connect to it. To try it, previously, we used timer. So the viewer tries making connection after every N secs. It can be harm to the system performance. So this patch will change it to vconf. So the master will change the vconf value, Then the viewer notify its changing, and try to connect to it. Change-Id: I6fa0a1467e223a917afbedf5aeb473ce9654bfd9
Diffstat (limited to 'packaging/liblivebox-viewer.spec')
-rw-r--r--packaging/liblivebox-viewer.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/liblivebox-viewer.spec b/packaging/liblivebox-viewer.spec
index 11ffc3e..6443bdd 100644
--- a/packaging/liblivebox-viewer.spec
+++ b/packaging/liblivebox-viewer.spec
@@ -1,6 +1,6 @@
Name: liblivebox-viewer
Summary: Library for developing the application.
-Version: 0.12.5
+Version: 0.13.0
Release: 1
Group: HomeTF/Livebox
License: Flora License
@@ -16,6 +16,7 @@ BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(sqlite3)
BuildRequires: pkgconfig(db-util)
BuildRequires: pkgconfig(livebox-service)
+BuildRequires: pkgconfig(vconf)
%description
API for creating a new instance of the livebox and managing its life-cycle.