소스 검색

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 년 전
부모
커밋
674fab1857
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 \