Browse Source

xorg-server: disable systemd stuff

Waldemar Brodkorb 1 month ago
parent
commit
2e89278040
1 changed files with 6 additions and 3 deletions
  1. 6 3
      package/xorg-server/Makefile

+ 6 - 3
package/xorg-server/Makefile

@@ -14,13 +14,13 @@ PKG_DEPENDS+=		libfontenc xkeyboard-config xkbcomp libxau libxaw
 PKG_DEPENDS+=		libxmu libxpm libxrender libxt libxxf86dga libxext
 PKG_DEPENDS+=		libxmu libxpm libxrender libxt libxxf86dga libxext
 PKG_DEPENDS+=		libxdmcp libxv libsm libice libx11 libxcb libdrm
 PKG_DEPENDS+=		libxdmcp libxv libsm libice libx11 libxcb libdrm
 PKG_DEPENDS+=		libxshmfence libfreetype libfontenc libpciaccess
 PKG_DEPENDS+=		libxshmfence libfreetype libfontenc libpciaccess
-PKG_DEPENDS+=		libepoxy
+PKG_DEPENDS+=		libepoxy libdbus
 PKG_BUILDDEP:=		libX11 randrproto renderproto fixesproto damageproto
 PKG_BUILDDEP:=		libX11 randrproto renderproto fixesproto damageproto
 PKG_BUILDDEP+=		scrnsaverproto resourceproto fontsproto videoproto
 PKG_BUILDDEP+=		scrnsaverproto resourceproto fontsproto videoproto
 PKG_BUILDDEP+=		compositeproto evieext libxkbfile libXfont2 pixman
 PKG_BUILDDEP+=		compositeproto evieext libxkbfile libXfont2 pixman
 PKG_BUILDDEP+=		libpciaccess xf86dgaproto recordproto dri3proto
 PKG_BUILDDEP+=		libpciaccess xf86dgaproto recordproto dri3proto
 PKG_BUILDDEP+=		xineramaproto presentproto xf86driproto glproto mesa
 PKG_BUILDDEP+=		xineramaproto presentproto xf86driproto glproto mesa
-PKG_BUILDDEP+=		xorgproto libxcvt libdrm libepoxy font-util-host
+PKG_BUILDDEP+=		xorgproto libxcvt libdrm libepoxy font-util-host dbus
 PKG_NEEDS:=		threads c++
 PKG_NEEDS:=		threads c++
 PKG_URL:=		http://www.x.org/
 PKG_URL:=		http://www.x.org/
 PKG_SITES:=		http://www.x.org/releases/individual/xserver/
 PKG_SITES:=		http://www.x.org/releases/individual/xserver/
@@ -70,10 +70,11 @@ CONFIGURE_ARGS+=	--enable-dga \
 			--enable-vgahw \
 			--enable-vgahw \
 			--enable-dpms \
 			--enable-dpms \
 			--enable-xinerama \
 			--enable-xinerama \
+			--disable-config-udev \
+			--enable-debug \
 			--disable-docs \
 			--disable-docs \
 			--disable-glamor \
 			--disable-glamor \
 			--disable-config-hal \
 			--disable-config-hal \
-			--disable-config-udev \
 			--disable-xace \
 			--disable-xace \
 			--disable-xephyr \
 			--disable-xephyr \
 			--disable-xf86bigfont \
 			--disable-xf86bigfont \
@@ -85,6 +86,8 @@ CONFIGURE_ARGS+=	--enable-dga \
 			--disable-xvmc \
 			--disable-xvmc \
 			--disable-selective-werror \
 			--disable-selective-werror \
 			--disable-strict-compilation \
 			--disable-strict-compilation \
+			--disable-systemd-logind \
+			--without-systemd-daemon \
 			--enable-dri \
 			--enable-dri \
 			--enable-dri2 \
 			--enable-dri2 \
 			--enable-dri3 \
 			--enable-dri3 \