[vlc-commits] Hack to autodetect Harmattan
Rémi Denis-Courmont
git at videolan.org
Thu Jun 23 18:23:58 CEST 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jun 23 15:33:54 2011 +0300| [2dd572b03f9ddafb80c920e7bd9f3b8c11b6bd6d] | committer: Rémi Denis-Courmont
Hack to autodetect Harmattan
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2dd572b03f9ddafb80c920e7bd9f3b8c11b6bd6d
---
extras/contrib/bootstrap | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/extras/contrib/bootstrap b/extras/contrib/bootstrap
index 918eb99..4db520e 100755
--- a/extras/contrib/bootstrap
+++ b/extras/contrib/bootstrap
@@ -293,6 +293,8 @@ if test -z "${DISTRO}" -a "$TARGET" = "$BUILD"; then
hint_distro fedora
elif test -f /etc/maemo_version; then
hint_distro maemo5
+ elif test "$SBOX_UNAME_MACHINE"; then
+ hint_distro maemo6
elif test -f /etc/debian_version; then
# NOTE: check for Debian *after* its derivatives
hint_distro debian
More information about the vlc-commits
mailing list