summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2013-01-16build: Do not use deprecated AM_CONFIG_HEADERLucas De Marchi1-1/+1
The long-obsoleted AM_CONFIG_HEADER macro was removed in automake 1.13. Use AC_CONFIG_HEADERS instead.
2013-01-16build: Add configure option for BlueZ 5 supportClaudio Takahasi1-6/+14
Going forward, BlueZ 5 will be supported by default. BlueZ 4 support will have to be explicitly enabled by using '--enable-bluez4'. As before, the '--disable-bluetooth' configure option will disable all bluetooth support (BlueZ 4 and BlueZ 5)
2012-12-20Release 1.12Marcel Holtmann1-1/+1
2012-12-11build: Use AC_PROG_MKDIR_P instead of AM_PROG_MKDIR_PMarcel Holtmann1-1/+1
2012-12-10build: Reorder configure optionsMarcel Holtmann1-19/+19
2012-09-11Release 1.11Marcel Holtmann1-1/+1
2012-08-06Release 1.10Marcel Holtmann1-1/+1
2012-07-19Release 1.9Marcel Holtmann1-1/+1
2012-07-02Release 1.8Marcel Holtmann1-1/+1
2012-06-12Release 1.7Marcel Holtmann1-1/+1
2012-05-29build: Remove dependency on libcap-ngMarcel Holtmann1-10/+0
2012-05-27build: Add skeleton for Qualcomm QMI modem driverMarcel Holtmann1-0/+5
2012-05-24build: Whitespace & keep vim happyDenis Kenzior1-2/+2
2012-05-22dundee: Add systemd configuration fileDaniel Wagner1-1/+2
2012-05-22dundee: Add skeleton implementationDaniel Wagner1-0/+4
2012-05-14build: BlueZ version 4.99 is required.Marko Saukko1-2/+2
BlueZ 4.99 introduced key_size to bt_security struct that is used in oFono, thus the requirement needs to be higher.
2012-04-20Release 1.6Marcel Holtmann1-1/+1
2012-04-16build: Require D-Bus 1.4 or laterMarcel Holtmann1-15/+2
2012-03-21build: Require glib 2.28Denis Kenzior1-2/+2
2012-03-01Release 1.5Marcel Holtmann1-1/+1
2012-02-10Release 1.4Marcel Holtmann1-1/+1
2012-01-20Release 1.3Marcel Holtmann1-1/+1
2012-01-13build: Add support for providing provision database locationMarcel Holtmann1-8/+16
2012-01-10build: Add option for disabling provisioning supportMarcel Holtmann1-6/+13
2012-01-08Release 1.2Marcel Holtmann1-1/+1
2011-12-31Release 1.1Marcel Holtmann1-1/+1
2011-10-11Release 1.0Marcel Holtmann1-1/+1
2011-07-29Release 0.53Marcel Holtmann1-1/+1
2011-07-17Release 0.52Marcel Holtmann1-1/+1
2011-06-30Release 0.51Marcel Holtmann1-1/+1
2011-06-30build: Add unit test cases to make check funtionalityMarcel Holtmann1-1/+1
2011-06-15Release 0.50Marcel Holtmann1-1/+1
2011-06-03build: Check for mobile-broadband-provider-info databaseMarcel Holtmann1-1/+9
2011-05-28Release 0.49Marcel Holtmann1-1/+1
2011-04-26Release 0.48Marcel Holtmann1-1/+1
2011-04-14Release 0.47Marcel Holtmann1-1/+1
2011-04-13Release 0.46Marcel Holtmann1-1/+1
2011-03-28build: Improve D-Bus checks for cross-compilationMarcel Holtmann1-0/+6
2011-03-15Release 0.45Marcel Holtmann1-1/+1
2011-03-01Release 0.44Marcel Holtmann1-1/+1
2011-02-17Release 0.43Marcel Holtmann1-1/+1
2011-02-15configure: Check for bluez >= 4.30.Andrzej Zaborowski1-2/+2
Earlier versions lack struct sockaddr_l2::l2_cid and/or struct bt_security.
2011-02-11Release 0.42Marcel Holtmann1-1/+1
2011-02-06Release 0.41Marcel Holtmann1-1/+1
2011-01-31build: Support for pkg-configRĂ©mi Denis-Courmont1-1/+1
2011-01-29Release 0.40Marcel Holtmann1-1/+1
2011-01-28build: Add option to specify systemd unit directoryMarcel Holtmann1-10/+6
2011-01-20Release 0.39Marcel Holtmann1-1/+1
2011-01-15build: Make Bluetooth library requirement conditionalMarcel Holtmann1-5/+11
2011-01-13bluetooth: Add Btio library for DUNZhenhua Zhang1-0/+5
Btio library is the low level socket API for BT RFCOMM connection. We share the same library among BlueZ, Obex and oFono. So make sure you synchronize to other two projects when you make changes to btio.[ch].