Fix build dependency 96/131296/1
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 26 May 2017 07:20:52 +0000 (16:20 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Fri, 26 May 2017 07:21:25 +0000 (16:21 +0900)
- Use libsystemd instead of libsystemd-daemon

Change-Id: Ia61fb5e7e3322e8bd28e3ae97c0ebbe05c2cbc8a
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
CMakeLists.txt
packaging/launchpad.spec

index e0c208f..9c1c049 100755 (executable)
@@ -6,7 +6,7 @@ SET (this_target_lib launchpad)
 INCLUDE(FindPkgConfig)
 PKG_CHECK_MODULES(${this_target_pool} REQUIRED
        dlog
-       libsystemd-daemon
+       libsystemd
        security-manager
        bundle
        gio-2.0
@@ -28,7 +28,7 @@ PKG_CHECK_MODULES(${this_target_loader} REQUIRED
        aul
        vconf
        buxton2
-       libsystemd-daemon
+       libsystemd
        )
 
 FOREACH(flag ${${this_target_loader}_CFLAGS})
index b1180f6..9c0baf2 100644 (file)
@@ -14,7 +14,7 @@ BuildRequires:  pkgconfig(bundle)
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(ecore)
 BuildRequires:  pkgconfig(dlog)
-BuildRequires:  pkgconfig(libsystemd-daemon)
+BuildRequires:  pkgconfig(libsystemd)
 BuildRequires:  pkgconfig(elementary)
 BuildRequires:  pkgconfig(vconf)
 BuildRequires:  pkgconfig(buxton2)