From: Stephane Desneux Date: Wed, 21 May 2014 22:44:36 +0000 (+0200) Subject: Fix build dependency (notification-service-devel) X-Git-Tag: submit/tizen_common/20140522.142759^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fappfw%2Fnotification-service.git;a=commitdiff_plain;h=97d87d6956ae90d7bc9988480028cc8d5e647652 Fix build dependency (notification-service-devel) Commit 38b527f on platform/core/api/notification splitted notification API in two packages. Dependency on notification-service-devel was added. Change-Id: I40cbfd36281275fd89ab4daf671e406db9fb8a49 Signed-off-by: Stephane Desneux --- diff --git a/notification_service.c b/notification_service.c index 93e8d52..569de48 100644 --- a/notification_service.c +++ b/notification_service.c @@ -16,8 +16,8 @@ #include #include #include -#include -#include +#include +#include #include #include "service_common.h" diff --git a/packaging/notification-service.spec b/packaging/notification-service.spec index ecea933..33aad4f 100644 --- a/packaging/notification-service.spec +++ b/packaging/notification-service.spec @@ -5,10 +5,11 @@ Release: 1 Group: Application Framework/Notifications License: Flora Source0: %{name}-%{version}.tar.bz2 -BuildRequires: pkgconfig(eina) -BuildRequires: pkgconfig(ecore) -BuildRequires: pkgconfig(com-core) +BuildRequires: pkgconfig(eina) +BuildRequires: pkgconfig(ecore) +BuildRequires: pkgconfig(com-core) BuildRequires: pkgconfig(notification) +BuildRequires: pkgconfig(notification-service) BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(dbus-glib-1) BuildRequires: pkgconfig(bluetooth-api)