add _F_LAUNCH_WM_AFTER_LAUNCHING_SERVER_ 62/32062/1 tizen
authorBoram Park <boram1288.park@samsung.com>
Mon, 15 Dec 2014 10:27:35 +0000 (19:27 +0900)
committerBoram Park <boram1288.park@samsung.com>
Mon, 15 Dec 2014 10:27:35 +0000 (19:27 +0900)
Change-Id: Ib6e50b5e6c1dc98608136cd5b790e1ff775e5280

packaging/xinit.spec

index f5bf40c..d7b300c 100644 (file)
@@ -21,7 +21,6 @@ Requires:       xauth
 Requires:       xmodmap
 Requires:       xrdb
 Requires:       xsetroot
-Requires: xorg-x11-server-utils
 
 %if !%{with x}
 ExclusiveArch:
@@ -39,7 +38,7 @@ terminate.
 cp %{SOURCE1001} .
 
 %build
-%autogen --with-xinitdir=%{_sysconfdir}/X11/xinit/ CFLAGS="${CFLAGS} -D_F_EXIT_AFTER_XORG_AND_XCLIENT_LAUNCHED_ "
+%autogen --with-xinitdir=%{_sysconfdir}/X11/xinit/ CFLAGS="${CFLAGS} -D_F_EXIT_AFTER_XORG_AND_XCLIENT_LAUNCHED_ -D_F_LAUNCH_WM_AFTER_LAUNCHING_SERVER_ "
 make %{?_smp_mflags}
 
 %install