Update package configuration file
authorSung-jae Park <nicesj.park@samsung.com>
Wed, 10 Dec 2014 04:32:46 +0000 (13:32 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Wed, 10 Dec 2014 04:46:43 +0000 (13:46 +0900)
[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I2667674548c3809d8a32466143846c57e2d6de81

dynamicbox/dynamicbox.pc.in
dynamicbox/include/dynamicbox.h

index effa90b..fb1c325 100644 (file)
@@ -6,6 +6,7 @@ includedir=@INCLUDEDIR@
 Name: dynamicbox
 Description: dynamicbox supporting library
 Version: @VERSION@
+Requires.private: dynamicbox_service dynamicbox_provider
 Libs: -L${libdir} -ldynamicbox
 Cflags: -I${includedir}
 cppflags: -I${includedir}
index 62f0bc6..4f05de7 100644 (file)
@@ -14,6 +14,8 @@
  * limitations under the License.
  */
 
+#include <dynamicbox_service.h>
+
 #ifndef __DYNAMICBOX_UILITY_H
 #define __DYNAMICBOX_UILITY_H