Szymon Janc
806721a4cb
build: Move Makefile.android to android/Makefile.am
...
This will keep all Android related changes within android directory.
2013-10-29 14:06:35 +02:00
Marcel Holtmann
8eb2ac4564
build: Update library version
2013-10-15 14:56:51 -07:00
Frederic Danis
cd402b079e
build: Add skeleton for BlueZ Android
...
Retrieve Bluetooth version from configure.ac.
2013-10-04 15:22:32 +03:00
Luiz Augusto von Dentz
1cc4f9ccf9
build: Fix not rebuilding bluetoothd if gdbus changes
...
src_bluetoothd_DEPENDENCIES should list all local libraries including gdbus
otherwise it does not get relinked whenever gdbus changes.
2013-09-09 17:35:29 +03:00
Marcel Holtmann
e181bfa878
build: Add test-driver to maintainer clean process
2013-09-02 11:47:27 -07:00
Marcel Holtmann
6c1dfe9b6d
build: Remove all checks for USB library support
2013-08-28 14:15:22 -07:00
Marcel Holtmann
6d89e266f1
unit: Add test case for link layer CRC functions
2013-08-21 23:14:18 -07:00
Marcel Holtmann
8b11a12173
build: Update library version
2013-08-07 12:35:24 -07:00
Anderson Lizardo
188d211c74
build: Fix make distcheck
...
Fix this error:
make[1]: *** No rule to make target `profiles/audio/audio.conf', needed
by `distdir'. Stop.
make: *** [test_build] Error 2
2013-07-25 11:51:26 -07:00
Marcel Holtmann
f763e5e3e4
build: Build a simpler version of libgdbus-internal
2013-07-18 07:37:19 -07:00
Lucas De Marchi
c97860db27
build-sys: Don't build gdbus several times
...
We are currently compiling gdbus 3 times: one for tests, one for
bluetoothd and another for obexd.
$ ls gdbus/*watch.o
gdbus/bluetoothd-watch.o gdbus/obexd-watch.o gdbus/watch.o
Instead of prepending $(gdbus_sources) to several _SOURCES variable, use
a convenience library.
2013-07-18 07:31:50 -07:00
Lucas De Marchi
0585eb43c6
build-sys: Rename lib suffix to -internal
...
libbluetooth-private -> libbluetooth-internal
2013-07-18 07:31:50 -07:00
Marcel Holtmann
7aca3faac6
build: Update library version
2013-06-26 10:03:17 -07:00
Marcel Holtmann
82671d8b7e
build: Update library version
2013-06-19 08:04:14 +02:00
Marcel Holtmann
ff9b14e737
build: Update library version
2013-05-14 09:00:10 +02:00
Mikel Astiz
b5c3398049
core: Add btd_service to represent device services
...
Add a new object to centralize all data corresponding to a service
provided by a remote device, coupling a pair of btd_profile and
btd_device pointers.
2013-04-26 10:24:53 +03:00
Marcel Holtmann
858283eafa
build: Update library version
2013-04-10 22:24:32 -07:00
Marcel Holtmann
5ae6f82f1a
build: Update library version
2013-02-23 12:02:48 +01:00
Anderson Lizardo
a9544b8062
unit: Add initial SDP library unit tests
...
These tests will cover all public SDP library API not covered yet by the
tests in test-sdp.c (which focus on the SDP server).
2013-02-18 09:55:03 +02:00
Marcel Holtmann
faf2b418e1
build: Update library version
2013-01-11 10:37:24 -08:00
Marcel Holtmann
9252aec7f5
build: Enable Bluetooth library for distribution builds
2013-01-09 20:32:40 -08:00
Marcel Holtmann
1b7226cb33
build: Only install old legacy Bluetooth library headers
2013-01-09 20:32:12 -08:00
Johan Hedberg
d69fd6bacf
core: Remove no longer used src/mgmt.{c,h}
2013-01-08 13:29:30 +02:00
Marcel Holtmann
187da51fb3
unit: Add tool for testing the SDP protocol PDUs
2013-01-03 21:26:54 -08:00
Marcel Holtmann
d146d07c9a
unit: Add simpler mgmt unit test utility
2013-01-03 15:51:30 -08:00
Johan Hedberg
4963a4c6ae
core: Introduce initial hooks to new mgmt code for adapter.c
2013-01-03 16:57:28 +02:00
Johan Hedberg
0a67ad2c8e
core: Remove manager.{c,h}
2013-01-03 14:48:04 +02:00
Marcel Holtmann
56cb133d69
build: Update library version
2012-12-23 14:37:56 -08:00
Marcel Holtmann
e33fe5dec2
build: Add magic file for BTSnoop file format
2012-12-21 15:13:07 -08:00
Anderson Lizardo
b75058fd36
build: Fix installing udev rules file when $(srcdir) != $(builddir)
...
Path to files on source tree should be prefixed with $(srcdir),
otherwise they are not found if $(srcdir) != $(builddir).
2012-12-22 00:15:52 +02:00
Marcel Holtmann
0986cd07af
build: Include obex-api.txt and obex-agent-api.txt into package
2012-12-21 17:59:04 +01:00
Marcel Holtmann
2f2a5066ad
build: Split documentation files into multiple separate lists
2012-12-21 09:48:17 +01:00
Marcel Holtmann
f41f255555
doc: Remove outdated audio-telephony-design.txt for now
...
Since the document has large portions that are outdated, remove it
for now. It should be brought back with updated information later on.
2012-12-21 09:48:17 +01:00
Marcel Holtmann
2935c04e3d
build: Remove support for external OOB plugin
2012-12-20 00:23:53 +01:00
Marcel Holtmann
1156c04dbc
build: Remove doc/control-api.txt from package
2012-12-20 00:17:21 +01:00
Marcel Holtmann
55bf340c04
build: Move bluez.pc into the library directory
2012-12-19 18:27:14 +01:00
Marcel Holtmann
af9464b0f2
build: Don't create empty udev rules.d directory
...
When UDEV_DIR is empty it will create "/rules.d" directory which is
not desired. So check for enabled HID2HCI support before installing
any udev rules.
2012-12-19 15:03:45 +01:00
Marcel Holtmann
e289901615
build: Move EXTRA_DIST for systemd files into same location
2012-12-18 21:44:47 +01:00
Marcel Holtmann
81ae935d1b
unit: Add test case for D-Bus client connect/disconnect handling
2012-12-16 23:03:16 +01:00
Marcel Holtmann
68b42ae96a
build: Remove left-overs from previous cleanup
2012-12-13 15:14:39 +01:00
Johan Hedberg
076d3dbc6c
core: Remove attribute client API
...
There will be a more comprehensive API coming soon and we don't want to
have this one around for 5.0 since it'd immediately have to be
deprecated.
2012-12-13 14:12:47 +02:00
Marcel Holtmann
01be8a3196
build: Compile support for new D-Bus client helpers
2012-12-12 21:59:25 +01:00
Johan Hedberg
c4c9436697
plugins: Remove service plugin (replaced by Profile interface)
2012-12-12 14:01:14 +02:00
Marcel Holtmann
a18a70c898
build: Add support for installing test scripts if requested
2012-12-11 22:28:15 +01:00
Marcel Holtmann
df13abbc7f
build: Use @libexecdir@/bluetooth path for daemons
2012-12-11 21:46:00 +01:00
Marcel Holtmann
e57efd6fbb
build: Add option for D-Bus system bus services directory
2012-12-11 17:55:24 +01:00
Marcel Holtmann
f3b0e90c18
build: Don't use systemd integration when building package
2012-12-11 15:35:56 +01:00
Marcel Holtmann
52519d6a72
build: Use D-Bus config directory and not guess it
2012-12-11 15:32:04 +01:00
Marcel Holtmann
c7476c4e65
build: Handle systemd system and user unit directories
2012-12-11 14:52:23 +01:00
Marcel Holtmann
9bb8b24201
build: Don't require USB support to build packages
2012-12-11 00:01:15 +01:00