summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyunho Kang <hhstark.kang@samsung.com>2016-05-03 16:47:11 +0900
committerSemun Lee <sm79.lee@samsung.com>2016-05-03 01:11:13 -0700
commit78f570f4a7f82a0e1bb7905185c5484e4e5c2131 (patch)
treed70956c442b02599b7a8eeb15d061d9fdb67ce2e
parent2e8ff5ecb25360859dfe24630970714fa524dc67 (diff)
downloadnotification-78f570f4a7f82a0e1bb7905185c5484e4e5c2131.tar.gz
notification-78f570f4a7f82a0e1bb7905185c5484e4e5c2131.tar.bz2
notification-78f570f4a7f82a0e1bb7905185c5484e4e5c2131.zip
Remove ail dependancy
Change-Id: I1a0f4e7883dd421959237858e6c8918f888041c8 Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
-rwxr-xr-xCMakeLists.txt1
-rwxr-xr-xpackaging/notification.spec1
-rwxr-xr-xsrc/notification.c1
-rwxr-xr-xsrc/notification_internal.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1ce2f50..47c8de0 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -49,7 +49,6 @@ pkg_check_modules(pkgs REQUIRED
vconf
bundle
dlog
- ail
aul
appsvc
dbus-1
diff --git a/packaging/notification.spec b/packaging/notification.spec
index 7df077f..ccf8535 100755
--- a/packaging/notification.spec
+++ b/packaging/notification.spec
@@ -12,7 +12,6 @@ BuildRequires: pkgconfig(vconf)
BuildRequires: pkgconfig(bundle)
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(dlog)
-BuildRequires: pkgconfig(ail)
BuildRequires: pkgconfig(aul)
BuildRequires: pkgconfig(appsvc)
BuildRequires: pkgconfig(dbus-glib-1)
diff --git a/src/notification.c b/src/notification.c
index e6d91a9..fa31786 100755
--- a/src/notification.c
+++ b/src/notification.c
@@ -29,7 +29,6 @@
#include <app_control_internal.h>
#include <package_manager.h>
#include <aul.h>
-#include <ail.h>
#include <appsvc.h>
#include <tizen.h>
#include <vconf-keys.h>
diff --git a/src/notification_internal.c b/src/notification_internal.c
index f29e618..9a7248a 100755
--- a/src/notification_internal.c
+++ b/src/notification_internal.c
@@ -26,7 +26,6 @@
#include <app.h>
#include <app_control_internal.h>
#include <aul.h>
-#include <ail.h>
#include <appsvc.h>
#include <tizen.h>
#include <vconf-keys.h>