fix:https://bugs.tizen.org/jira/browse/PTREL-526 31/13531/3 accepted/tizen/ivi/stable accepted/tizen/generic/20140106.145514 accepted/tizen/generic/20140114.135416 accepted/tizen/ivi/20140106.203740 accepted/tizen/mobile/20140107.212843 submit/tizen/20140106.040857 submit/tizen/20140108.022426 submit/tizen_ivi_release/20140108.030124
authorwangfei <feix.w.wang@intel.com>
Fri, 3 Jan 2014 05:57:24 +0000 (00:57 -0500)
committerwangfei <feix.w.wang@intel.com>
Fri, 3 Jan 2014 06:01:10 +0000 (01:01 -0500)
fix PTREL-526:pkgmgr package has hard dependencies on xorg and
 affiliated libraries.

Signed-off-by: wangfei <feix.w.wang@intel.com>
Change-Id: I2f9a7b38fac1e302d1e533a975bea67abab1ae4b

server/src/pkgmgr-server.c

index d065ca9..ba448b2 100755 (executable)
 #include <appcore-efl.h>
 #ifdef HAVE_X11
 #include <Ecore_X.h>
+#include <X11/Xatom.h>
+#include <X11/Xutil.h>
 #endif
 #include <Ecore_File.h>
 #include <ail.h>
 #include <pkgmgr-info.h>
 #include <pkgmgr/pkgmgr_parser.h>
 
-#include <X11/Xatom.h>
-#include <X11/Xutil.h>
 #include <security-server.h>
 
 #include <vconf.h>