[PC-BSD Commits] r17443 - pcbsd/current/build-files/metapkgsets/pcbsd
svn at pcbsd.org
svn at pcbsd.org
Mon Jun 25 19:49:15 PDT 2012
Author: kris
Date: 2012-06-26 02:49:15 +0000 (Tue, 26 Jun 2012)
New Revision: 17443
Modified:
pcbsd/current/build-files/metapkgsets/pcbsd/make.conf
Log:
Disable HAL support on xorg-server for testing
Modified: pcbsd/current/build-files/metapkgsets/pcbsd/make.conf
===================================================================
--- pcbsd/current/build-files/metapkgsets/pcbsd/make.conf 2012-06-26 02:39:45 UTC (rev 17442)
+++ pcbsd/current/build-files/metapkgsets/pcbsd/make.conf 2012-06-26 02:49:15 UTC (rev 17443)
@@ -3,7 +3,6 @@
SAMBA_PORT=net/samba36
USE_QT=yes
WITH_GPGSM=YES
-WITH_HAL=yes
WITH_KDE_PHONON=YES
WITH_MTP=yes
WITH_PRINTER_APPLET=Y
@@ -92,6 +91,9 @@
WITH_LCD_FILTERING=yes
.endif
+# Disable HAL support for testing
+xorg-server_UNSET=HAL
+
# Dont use xfce4-notifyd
xfce4_UNSET=NOTIFY
More information about the Commits
mailing list