specify eldbus package dependency clearly 57/177457/1 accepted/tizen/unified/20180430.172443 submit/tizen/20180430.064002
authorJongmin Lee <jm105.lee@samsung.com>
Mon, 30 Apr 2018 07:20:45 +0000 (16:20 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Mon, 30 Apr 2018 07:20:45 +0000 (16:20 +0900)
Change-Id: If1708578cc713b96bcc9bd16b76045cd23258d9b

packaging/libscl-ui.spec
scl/gwes/efl/sclevents-efl.cpp

index d7b896a..812b7ed 100644 (file)
@@ -10,6 +10,7 @@ License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  pkgconfig(elementary)
+BuildRequires:  pkgconfig(eldbus)
 %if %{with wayland}
 BuildRequires:  pkgconfig(ecore-wl2)
 %else
index a886a55..a21115e 100644 (file)
@@ -26,6 +26,7 @@
 #include "sclres_manager.h"
 
 #include <Elementary.h>
+#include <Eldbus.h>
 #include <dlog.h>
 #ifdef WAYLAND
 #define EFL_BETA_API_SUPPORT