SPECS: xorg-xserver-server.spec - disable hal for now (not too useful for n...

arekm arekm at pld-linux.org
Fri Aug 15 12:50:27 CEST 2008


Author: arekm                        Date: Fri Aug 15 10:50:27 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- disable hal for now (not too useful for now; see evdev problems)

---- Files affected:
SPECS:
   xorg-xserver-server.spec (1.131 -> 1.132) 

---- Diffs:

================================================================
Index: SPECS/xorg-xserver-server.spec
diff -u SPECS/xorg-xserver-server.spec:1.131 SPECS/xorg-xserver-server.spec:1.132
--- SPECS/xorg-xserver-server.spec:1.131	Wed Jul 23 21:21:31 2008
+++ SPECS/xorg-xserver-server.spec	Fri Aug 15 12:50:21 2008
@@ -13,6 +13,7 @@
 # Conditional build:
 %bcond_with	multigl		# package libglx.so in a way allowing concurrent install with nvidia/fglrx drivers
 %bcond_with	dri2
+%bcond_with	hal
 #
 Summary:	X.org server
 Summary(pl.UTF-8):	Serwer X.org
@@ -34,8 +35,10 @@
 BuildRequires:	autoconf >= 2.57
 BuildRequires:	automake
 BuildRequires:	cpp
+%if %{with hal}
 BuildRequires:	dbus-devel
 BuildRequires:	hal-devel
+%endif
 BuildRequires:	libdrm-devel >= 2.3.1
 BuildRequires:	libtool
 BuildRequires:	ncurses-devel
@@ -331,6 +334,7 @@
 	--with-os-name="PLD/Linux" \
 	--with-os-vendor="PLD/Team" \
 	--disable-builtin-fonts \
+	%{?!with_hal:--disable-config-hal} \
 	--enable-aiglx \
 	--enable-builddocs \
 	--enable-dga \
@@ -495,6 +499,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.132  2008/08/15 10:50:21  arekm
+- disable hal for now (not too useful for now; see evdev problems)
+
 Revision 1.131  2008/07/23 19:21:31  arekm
 - up to 1.4.99.906
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xorg-xserver-server.spec?r1=1.131&r2=1.132&f=u



More information about the pld-cvs-commit mailing list