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