summaryrefslogtreecommitdiffstats
path: root/mobile/barry/DEPENDS
blob: c8c39806d2966ca77b8e4be77ab1e9fff2a34a52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
depends PKG-CONFIG &&
depends LIBUSB &&
depends SSL &&
optional_depends boost "" "" "needed if you want to save downloads for later upload to your device" &&
optional_depends libopensync "--enable-opensync-plugin" "--disable-opensync-plugin" "For an opensync plugin" &&
if [[ "$BARRY_GUI" == "y" ]]; then
  depends gtkmm2 &&
  depends libglademm &&
  depends libtar
fi