diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2017-06-20 19:05:56 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-02-04 11:49:12 +0100 |
commit | e5f30602af585997caf796249d1464a4637b8d4c (patch) | |
tree | ef305a5ba85f96ae6c9f0cad735f617c56351d56 /gfx/graphite2/src/moz.build | |
parent | da33459cd2c51e76ef6c05c5700ae3aa5f99ac67 (diff) | |
download | UXP-e5f30602af585997caf796249d1464a4637b8d4c.tar UXP-e5f30602af585997caf796249d1464a4637b8d4c.tar.gz UXP-e5f30602af585997caf796249d1464a4637b8d4c.tar.lz UXP-e5f30602af585997caf796249d1464a4637b8d4c.tar.xz UXP-e5f30602af585997caf796249d1464a4637b8d4c.zip |
Update graphite2 lib to 1.3.10
(from 1.3.8)
Diffstat (limited to 'gfx/graphite2/src/moz.build')
-rw-r--r-- | gfx/graphite2/src/moz.build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gfx/graphite2/src/moz.build b/gfx/graphite2/src/moz.build index d918f8ee9..c95c2089d 100644 --- a/gfx/graphite2/src/moz.build +++ b/gfx/graphite2/src/moz.build @@ -1,4 +1,4 @@ -# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- +# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this @@ -23,7 +23,6 @@ else: # This should contain all of the _SOURCES from files.mk, except *_machine.cpp UNIFIED_SOURCES += [ - 'Bidi.cpp', 'CachedFace.cpp', 'CmapCache.cpp', 'Code.cpp', |