Bob Mottram преди 9 години
родител
ревизия
6017426e49
променени са 2 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 1
    1
      src/freedombone
  2. 2
    1
      src/freedombone-mesh-install

+ 1
- 1
src/freedombone Целия файл

@@ -470,7 +470,7 @@ ENABLE_SOCIAL_KEY_MANAGEMENT="no"
470 470
 TOX_PORT=33445
471 471
 TOX_REPO="git://github.com/irungentoo/toxcore.git"
472 472
 TOXID_REPO="https://github.com/bashrc/toxid"
473
-TOX_COMMIT='73b2144edcfd1ca617e9054479b66ab0c0361a14'
473
+TOX_COMMIT='532629d486e3361c7d8d95b38293cc7d61dc4ee5'
474 474
 TOX_BOOTSTRAP_ID_FILE=/var/lib/tox-bootstrapd/pubkey.txt
475 475
 # These are some default nodes, but you can replace them with trusted nodes
476 476
 # as you prefer. See https://wiki.tox.im/Nodes

+ 2
- 1
src/freedombone-mesh-install Целия файл

@@ -506,7 +506,8 @@ function mesh_tox_node {
506 506
 }
507 507
 
508 508
 function mesh_tox_client {
509
-	$CHROOT_PREFIX apt-get -y install libncursesw5-dev libconfig-dev libqrencode-dev libcurl4-openssl-dev
509
+	$CHROOT_PREFIX apt-get -y install libncursesw5-dev libconfig-dev libqrencode-dev
510
+	$CHROOT_PREFIX apt-get -y install libcurl4-openssl-dev libvpx-dev libopenal-dev
510 511
 
511 512
 	$CHROOT_PREFIX git_clone $TOXIC_REPO $INSTALL_DIR/toxic
512 513
 	$CHROOT_PREFIX cd $INSTALL_DIR/toxic