summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorTaeyoung Kim <ty317.kim@samsung.com>2016-03-08 11:44:52 +0900
committerTaeyoung Kim <ty317.kim@samsung.com>2016-03-08 11:44:52 +0900
commit7d2ba6d19afe98821cb20d4334df6908b058fe05 (patch)
treedd25460b35215cbede0d7a3fa2f09491e6c5fe4b /packaging
parenta20a327cc3652d5cd81bbd28a8198ac0260337eb (diff)
downloaddeviced-7d2ba6d19afe98821cb20d4334df6908b058fe05.tar.gz
deviced-7d2ba6d19afe98821cb20d4334df6908b058fe05.tar.bz2
deviced-7d2ba6d19afe98821cb20d4334df6908b058fe05.zip
lib: add library for glib and gio explicitly
- glib dependency is added. The library was added by other libraries. Now, the dependency is added explicitly. - gio is added to the library list of libshared.a. The library was skipped and thus link problem existed. Thus the dependency is added explicitly. Change-Id: I6fac63ea40cd6084ad3785783c297e2d193c1c7e Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/deviced.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/deviced.spec b/packaging/deviced.spec
index 768f0b8d..9cb0026f 100644
--- a/packaging/deviced.spec
+++ b/packaging/deviced.spec
@@ -74,6 +74,7 @@ BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(gio-2.0)
+BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(eventsystem)
BuildRequires: pkgconfig(libtzplatform-config)
BuildRequires: pkgconfig(hwcommon)