Fix build break by adding bundle to requires list 90/221690/1
authorJi-hoon Lee <dalton.lee@samsung.com>
Tue, 7 Jan 2020 04:36:37 +0000 (13:36 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Tue, 7 Jan 2020 04:36:37 +0000 (13:36 +0900)
Change-Id: I91df68d72e7bc09c764ad387920e995835d05f82

CMakeLists.txt
packaging/multi-assistant.spec

index 7e2856d7e9b36e794c3fc4efc120084307c603d5..1192d1bd8c3da5f1f810f0784fcb43646f07ba7e 100644 (file)
@@ -43,7 +43,7 @@ INCLUDE_DIRECTORIES("${CMAKE_SOURCE_DIR}/include")
 ## Dependent packages ##
 INCLUDE(FindPkgConfig)
 pkg_check_modules(pkgs REQUIRED
-    capi-base-common ecore-wayland capi-system-info cynara-client cynara-session dbus-1 dlog ecore capi-message-port glib-2.0 json-glib-1.0 libgum libtzplatform-config libxml-2.0 vconf
+    capi-base-common ecore-wayland capi-system-info cynara-client cynara-session dbus-1 dlog ecore bundle capi-message-port glib-2.0 json-glib-1.0 libgum libtzplatform-config libxml-2.0 vconf
 )
 
 
index 7b66a868bef3494c5e3bf723c4aee4ebb8802e9a..734cd072f4df994ec79a5b5f0201bdf5df128d01 100644 (file)
@@ -17,6 +17,7 @@ BuildRequires:  pkgconfig(cynara-session)
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(dlog)
 BuildRequires:  pkgconfig(ecore)
+BuildRequires:  pkgconfig(bundle)
 BuildRequires:  pkgconfig(capi-message-port)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(json-glib-1.0)