Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Enable gobject-introspection for pango #23247

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion Library/Formula/pango.rb
Expand Up @@ -14,6 +14,7 @@ class Pango < Formula
depends_on 'harfbuzz'
depends_on 'fontconfig'
depends_on :x11 unless build.without? 'x'
depends_on 'gobject-introspection'

fails_with :llvm do
build 2326
Expand All @@ -26,7 +27,7 @@ def install
--prefix=#{prefix}
--enable-man
--with-html-dir=#{share}/doc
--disable-introspection
--enable-introspection=yes
]

if build.include? 'without-x'
Expand Down