blob: 8f5c6e8f7cf047fd39cf525dcd0705b2d1decaa2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
require bluez4.inc
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_angstrom = "1"
DEPENDS += "libsndfile1"
PR = "${INC_PR}.1"
# Not all distros have a recent enough udev
BTUDEV = " --disable-udevrules"
BTUDEV_angstrom = " --enable-udevrules"
EXTRA_OECONF += "${BTUDEV}"
|