]> git.pld-linux.org Git - packages/dbus.git/blame - dbus.spec
- check for SESSION_BUS_X_SESSION and launch dbus session daemon while start X session
[packages/dbus.git] / dbus.spec
CommitLineData
92f6f38b 1#
7dee3cfe 2# TODO: SELinux support
60d211c4 3#
92f6f38b 4# Conditional build:
60d211c4
JB
5%bcond_without glib # without glib support
6%bcond_without gtk # without GTK+ programs
7%bcond_without qt # without qt support
ee7550d8 8%bcond_with gcj # with Java support
6f9f6645 9%bcond_without python # without python support
7dee3cfe 10%bcond_without dotnet # without .net support
d40e6d8d 11#
60d211c4
JB
12%if %{without glib}
13%undefine with_gtk
14%endif
f9f12c3b
JB
15%ifarch alpha
16# mono still broken
17%undefine with_dotnet
18%endif
2c14f3cc 19%define expat_version 1.95.5
20%define glib2_version 2.2.0
21%define qt_version 3.1.0
3f8dd6e4 22Summary: D-BUS message bus
bc0b5507 23