|
|
@ -21,3 +21,12 @@ |
|
|
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
var_append makeinstopt " " "samples" |
|
|
|
|
|
|
|
bluetooth_prepare() { |
|
|
|
tar $taropt $archdir/chan_bluetooth* |
|
|
|
cbtdir=$(echo chan_bluetooth*) |
|
|
|
sed -i -e 's,\(CHANNEL_LIBS=\),\1chan_bluetooth.so ,' channels/Makefile* |
|
|
|
echo "include ${cbtdir}/Makefile" >> Makefile |
|
|
|
echo "include ../${cbtdir}/Makefile" >> channels/Makefile |
|
|
|
} |
|
|
|
pkginstalled bluez-libs && hook_add premake 3 "bluetooth_prepare" |