Browse Source

Toxcore daemon

Bob Mottram 9 years ago
parent
commit
23ccaa6cd7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-mesh-install

+ 1
- 1
src/freedombone-mesh-install View File

@@ -428,7 +428,7 @@ function mesh_tox_node {
428 428
     $CHROOT_PREFIX git checkout $TOX_COMMIT -b $TOX_COMMIT
429 429
 
430 430
     $CHROOT_PREFIX autoreconf -i
431
-    $CHROOT_PREFIX ./configure --enable-daemon
431
+    $CHROOT_PREFIX ./configure --enable-daemon --disable-av
432 432
     if [ ! "$?" = "0" ]; then
433 433
         return
434 434
     fi