Changeset View
Changeset View
Standalone View
Standalone View
www/firefox/files/patch-bug847568
| Show First 20 Lines • Show All 243 Lines • ▼ Show 20 Lines | |||||
| + | + | ||||
| +set_config('MOZ_SYSTEM_GRAPHITE2', depends_if(system_graphite2)(lambda _: True)) | +set_config('MOZ_SYSTEM_GRAPHITE2', depends_if(system_graphite2)(lambda _: True)) | ||||
| + | + | ||||
| +# HarfBuzz | +# HarfBuzz | ||||
| +# ============================================================== | +# ============================================================== | ||||
| +option('--with-system-harfbuzz', | +option('--with-system-harfbuzz', | ||||
| + help="Use system harfbuzz (located with pkgconfig)") | + help="Use system harfbuzz (located with pkgconfig)") | ||||
| + | + | ||||
| +system_harfbuzz = pkg_check_modules('MOZ_HARFBUZZ', 'harfbuzz >= 1.7.4', | +system_harfbuzz = pkg_check_modules('MOZ_HARFBUZZ', 'harfbuzz >= 1.8.4', | ||||
| + when='--with-system-harfbuzz') | + when='--with-system-harfbuzz') | ||||
| + | + | ||||
| +set_config('MOZ_SYSTEM_HARFBUZZ', depends_if(system_harfbuzz)(lambda _: True)) | +set_config('MOZ_SYSTEM_HARFBUZZ', depends_if(system_harfbuzz)(lambda _: True)) | ||||
| + | + | ||||
| # Mortar | # Mortar | ||||
| # ============================================================== | # ============================================================== | ||||
| option('--enable-mortar', help='Enable mortar extension') | option('--enable-mortar', help='Enable mortar extension') | ||||