diff options
author | Thibault Saunier <tsaunier@gnome.org> | 2016-12-14 11:04:40 -0300 |
---|---|---|
committer | Thibault Saunier <tsaunier@gnome.org> | 2016-12-14 12:07:18 -0300 |
commit | 09d90136e054559ccf3f7d03fbc206ccfab23deb (patch) | |
tree | 98c767377373086f66b1220078a065f05976cafd /config/android.config | |
parent | edea64815f79c27d5db56681cbd452a6ebc55309 (diff) |
Remove everything related to Gtk3
Diffstat (limited to 'config/android.config')
-rw-r--r-- | config/android.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/android.config b/config/android.config index 77ca1e82..878063d5 100644 --- a/config/android.config +++ b/config/android.config @@ -8,7 +8,7 @@ from cerbero.config import Architecture, DistroVersion from cerbero.errors import FatalError import cerbero.utils.messages as m -variants += ['nogtk3', 'noclutter', 'nopython', 'notestspackage'] +variants += ['noclutter', 'nopython', 'notestspackage'] # We don't want anything from linux system to be used on android :) allow_system_libs=False |