Explorar o código

xorg-server: enable dpms by default

If you got the balls for Xorg, DPMS shouldn't hurt too much. Besides,
xf86-video-siliconmotion really needs it (null-pointer function call
otherwise).
Phil Sutter %!s(int64=15) %!d(string=hai) anos
pai
achega
674fab1857
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package/xorg-server/Makefile

+ 1 - 1
package/xorg-server/Makefile

@@ -43,9 +43,9 @@ CONFIGURE_ARGS+=	\
 			--enable-xv \
 			--enable-xaa \
 			--enable-vgahw \
+			--enable-dpms \
 			--disable-aiglx \
 			--disable-config-hal \
-			--disable-dpms \
 			--disable-glx \
 			--disable-xace \
 			--disable-xephyr \