aboutsummaryrefslogtreecommitdiff
path: root/acinclude.m4
AgeCommit message (Collapse)Author
2010-09-19Remove --enable-mcap from configure command line optionsSantiago Carot-Nemesio
Only plugins are in charge of switch on MCAP if they require it to work.
2010-09-17Initial support for HDP pluginSantiago Carot-Nemesio
2010-09-06Make the path to oui.txt a compile-time optionBastien Nocera
This avoids bluetoothd trying to load oui.txt from multiple locations and cause SELinux AVC denials by accessing files it's not supposed to touch.
2010-09-06Add new plugin to set adapter classBastien Nocera
This time based on the kernel exported DMI, rather than calling out to HAL. The HAL plugin can still be preferred with --enable-hal=yes passed to configure.
2010-09-02Initial support for MCAPSantiago Carot-Nemesio
2010-08-09Add stubs for the attribute serverVinicius Costa Gomes
This plugin will have the implementation of a Generic Attribute Protocol server over Bluetooth Basic Rate and BLE. For BR/EDR this plugin will register the service record. GATT database will be located in the BlueZ "core", this plugin will contain only calls to add and change attributes.
2010-07-09Introduce maemo6 plugin for following the radio state signalLuiz Augusto von Dentz
Adds a plugin for listening to the MCE (Mode Control Entity) radio state signal. Implemented in a new source file, configuration flag for enabling it added to the build files. The plugin registers an adapter driver containing a DBus signal watch for receiving MCE_RADIO_STATES_SIG messages. On receiving the signal, it sets the powered state of the adapter according to the Bluetooth field.
2010-03-08Fix compilation when --enable-test is passedVinicius Costa Gomes
When --enable-test is passed along with --disable-alsa and --disable-gstreamer, the SBC lib is not built, which breaks compilation of the ipctest test program.
2010-02-03Update configure checks for libcap-ng and libnlMarcel Holtmann
2010-02-02Add initial skeleton for Phonet AT (DUN) pluginJohan Hedberg
2010-01-30Check for dbus_connection_can_send_type() functionMarcel Holtmann
2009-12-24Add skeleton for HCI tracing daemonMarcel Holtmann
2009-10-02Fix typo within capabilities library checkMarcel Holtmann
2009-10-02Add checks for libcap-ng supportMarcel Holtmann
2009-08-23Switch to a full non-recursive build systemMarcel Holtmann
2009-07-15Fix variable typoMarcel Holtmann
2009-07-15Add option to disable optimization independent from debugMarcel Holtmann
2009-07-07fix UDEV_DATADIR fallback if pkg-config failsStefan Seyfried
2009-07-05If available use the udevdir variable as base directoryMarcel Holtmann
2009-07-05Use UDEV_DATADIR variable for rules directoryMarcel Holtmann
2009-07-04remove _FORTIFY_SOURCE=2 from default CFLAGSFilippo Giunchedi
otherwise --disable-fortify has no effect and the default is --enable-fortify anyway
2009-06-30Separate between udev rules and configuration filesMarcel Holtmann
2009-06-30Use a udev rule to start bluetoothd on demandMarcel Holtmann
2009-06-30add CONFIGDIR and STORAGEDIR as AC_SUBSTFilippo Giunchedi
2009-01-29Fix mostly every warning caused by -Wsign-compareMarcel Holtmann
2008-12-23Enable verbose compiler warnings in maintainer modeMarcel Holtmann
2008-12-21Turn warnings into errors when debugging is enabledMarcel Holtmann
2008-12-08Checks for glib-2.14 or laterVinicius Costa Gomes
g_timeout_add_seconds was only introduced in glib-2.14, so adds a check for this dependency.
2008-10-18Use dlopen() directly and don't depend on GModuleMarcel Holtmann
2008-09-29The usage of libhal is no longer requiredMarcel Holtmann
2008-09-24Add first step for providing HAL pluginMarcel Holtmann
2008-09-02Make methods related to external services into service plugin.Luiz Augusto von Dentz
2008-09-01Add skeleton for telephony driversMarcel Holtmann
2008-08-14Add infrastructure for gtk-doc supportMarcel Holtmann
2008-08-06Fix make distcheck build processMarcel Holtmann
2008-08-05Fail if GLib or GModule is not availableMarcel Holtmann
2008-08-04Re-enable PIE support and enable it by defaultMarcel Holtmann
2008-08-04Remove unused servicedir definitionMarcel Holtmann
2008-07-28Remove eglib.Luiz Augusto von Dentz
2008-07-26Compile against included Bluetooth libraryMarcel Holtmann
2008-07-26Import bluez-utils-3.36 revision historyMarcel Holtmann
2008-06-18Make netlink support optional and disable storage pluginMarcel Holtmann
2008-06-16Enable usage of PIE by defaultMarcel Holtmann
2008-06-08Remove the broken --enable-all optionMarcel Holtmann
2008-06-07No need to check for dbus-glibMarcel Holtmann
2008-06-03Bump D-Bus requirementMarcel Holtmann
2008-06-03Update autoconf/automake optionsMarcel Holtmann
2008-05-15Add initial work for netlink pluginMarcel Holtmann
2008-05-08Add skeleton for libgdbus supportMarcel Holtmann
2008-05-08Remove inotify supportMarcel Holtmann