Parcourir la source

Bump toxcore commit

Bob Mottram il y a 9 ans
Parent
révision
6017426e49
2 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 1
    1
      src/freedombone
  2. 2
    1
      src/freedombone-mesh-install

+ 1
- 1
src/freedombone Voir le fichier

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

+ 2
- 1
src/freedombone-mesh-install Voir le fichier

506
 }
506
 }
507
 
507
 
508
 function mesh_tox_client {
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
 	$CHROOT_PREFIX git_clone $TOXIC_REPO $INSTALL_DIR/toxic
512
 	$CHROOT_PREFIX git_clone $TOXIC_REPO $INSTALL_DIR/toxic
512
 	$CHROOT_PREFIX cd $INSTALL_DIR/toxic
513
 	$CHROOT_PREFIX cd $INSTALL_DIR/toxic