diff options
author | Timo Dörr <timo@latecrew.de> | 2013-02-15 21:29:43 +0000 |
---|---|---|
committer | Andres G. Aragoneses <knocte@gmail.com> | 2013-02-15 21:29:43 +0000 |
commit | c8c3ec7c13defcd42e0367ee53816cdc0c18fe6c (patch) | |
tree | 7088d37ef435ed4087c5c8f65e7a071c8d90322f | |
parent | b3fefbf47721e2d9365695a74705fac228fefe2b (diff) |
MacOS: disable gio and gio-hardware (bgo#693903)
Backends gio and gio-hardware have recently [1][2] been enabled
by default in master, so accomodate profile-configure for OS X
builds.
[1] http://git.gnome.org/browse/banshee/commit/?id=48e1951b6a12b8a183b0587301933c9d5350cc58
[2] http://git.gnome.org/browse/banshee/commit/?id=ad957935908cdc71425ff5a62a193301ee6ec0b3
Signed-off-by: Andres G. Aragoneses <knocte@gmail.com>
-rwxr-xr-x | profile-configure | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profile-configure b/profile-configure index 40e770497..c4cd510b3 100755 --- a/profile-configure +++ b/profile-configure @@ -11,6 +11,8 @@ profiles=( --disable-webkit --disable-youtube --disable-docs + --disable-gio-hardware + --disable-gio " "meego --enable-meego |