Fixed build fail issue when building only plugin-firewall 35/199535/1
authorNishant Chaprana <n.chaprana@samsung.com>
Tue, 12 Feb 2019 15:11:44 +0000 (20:41 +0530)
committerNishant Chaprana <n.chaprana@samsung.com>
Tue, 12 Feb 2019 15:24:10 +0000 (20:54 +0530)
commit3442dca7a4676306c8f61fc13d08051fad20141b
tree9703086b83c8f7501c7d1b988c46cbdab89b0162
parent72abd9f62109bdd946278752b3e65a5ce6673f11
Fixed build fail issue when building only plugin-firewall

Description:
This patch fixes a build fail issue when we try to build only plugin-firewall.

Below is the error which is generated when build fails:-
========================================================
[   11s] In file included from /home/abuild/rpmbuild/BUILD/stc-manager-0.0.90/include/stc-manager.h:21:0,
[   11s]                  from /home/abuild/rpmbuild/BUILD/stc-manager-0.0.90/plugin/firewall/include/stc-plugin-firewall.h:30,
[   11s]                  from /home/abuild/rpmbuild/BUILD/stc-manager-0.0.90/plugin/firewall/stc-plugin-firewall.c:17:
[   11s] /home/abuild/rpmbuild/BUILD/stc-manager-0.0.90/include/stc-manager-util.h:21:18: fatal error: glib.h: No such file or directory
[   11s]  #include <glib.h>
[   11s]                   ^
[   11s] compilation terminated.
=======================================================

Change-Id: Id8a01d4ab761c39f9c2bfd1cf3bbfd664e1322b0
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
packaging/stc-manager.spec
plugin/firewall/CMakeLists.txt