Browse Source

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 15 years ago
parent
commit
674fab1857
1 changed files with 1 additions and 1 deletions
  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 \