spec: remove unused pkgconfig(libsystemd-daemon) build dependency 55/252855/2 accepted/tizen_6.5_unified accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix accepted/tizen_8.0_unified accepted/tizen_unified_riscv tizen_6.5 tizen_7.0 tizen_7.0_hotfix tizen_8.0 accepted/tizen/6.5/unified/20211028.121059 accepted/tizen/7.0/unified/20221110.063157 accepted/tizen/7.0/unified/hotfix/20221116.105901 accepted/tizen/8.0/unified/20231005.093938 accepted/tizen/unified/20210208.061725 accepted/tizen/unified/riscv/20230724.093802 submit/tizen/20210208.010120 submit/tizen_6.5/20211028.162501 tizen_6.5.m2_release tizen_7.0_m2_release tizen_8.0_m2_release
authorINSUN PYO <insun.pyo@samsung.com>
Wed, 3 Feb 2021 01:07:42 +0000 (10:07 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Sun, 7 Feb 2021 23:06:50 +0000 (08:06 +0900)
Change-Id: I6ecf275d82eab1f95eae82c46ef966a0acd67c9c

CMakeLists.txt
inc/notifier_util.h
packaging/tel-plugin-syspopup.spec

index 01360fad91e617f8adbb1e2a4a7b8c114cf75e43..2d0adace6e1769a65e33a7efe9d3961b5875dcbb 100644 (file)
@@ -20,7 +20,6 @@ pkg_check_modules(pkgs REQUIRED
        pkgmgr
        vconf
        libtzplatform-config
-       libsystemd-daemon
 )
 
 FOREACH(flag ${pkgs_CFLAGS})
index 68929aabd835518236d22f83d5827bafbb2f13c9..51bf9711cc0668b118b786072bb1da9da4610c90 100644 (file)
 
 #pragma once
 
-#include <systemd/sd-login.h>
 #include <tzplatform_config.h>
 
 #define GLOBAL_USER tzplatform_getuid(TZ_SYS_GLOBALAPP_USER)
 
 void ui_notifier_lock_sleep(void);
 void ui_notifier_unlock_sleep(void);
-float ui_notifier_check_uptime();
\ No newline at end of file
+float ui_notifier_check_uptime();
index dc76d5cf74d42cdfa89d98740ea9a64d1a9cb889..b2104a8bebe1bbc58f3609fa168306cb1e964a91 100644 (file)
@@ -18,7 +18,6 @@ BuildRequires:  pkgconfig(tcore)
 BuildRequires:  pkgconfig(tfeature)
 BuildRequires:  pkgconfig(vconf)
 BuildRequires:  pkgconfig(capi-appfw-application)
-BuildRequires:  pkgconfig(libsystemd-daemon)
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig