Skip to content

Commit

Permalink
media-libs/harfbuzz: fix documentation configure option
Browse files Browse the repository at this point in the history
Signed-off-by: Nuno Silva <[email protected]>
Signed-off-by: Matt Turner <[email protected]>
  • Loading branch information
Nuno Silva authored and mattst88 committed Jul 20, 2021
1 parent 948123a commit aa3e890
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion media-libs/harfbuzz/harfbuzz-2.8.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ multilib_src_configure() {
local emesonargs=(
$(meson_native_use_feature cairo)
-Dcoretext="disabled"
$(meson_native_use_feature doc)
$(meson_native_use_feature doc docs)
-Dfontconfig="disabled" #609300
$(meson_native_use_feature introspection)
$(meson_use static-libs static)
Expand Down
2 changes: 1 addition & 1 deletion media-libs/harfbuzz/harfbuzz-2.8.2-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ multilib_src_configure() {
$(meson_feature truetype freetype)

$(meson_native_use_feature cairo)
$(meson_native_use_feature doc)
$(meson_native_use_feature doc docs)
$(meson_native_use_feature introspection)

$(meson_use experimental experimental_api)
Expand Down
2 changes: 1 addition & 1 deletion media-libs/harfbuzz/harfbuzz-2.8.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ multilib_src_configure() {
local emesonargs=(
$(meson_native_use_feature cairo)
-Dcoretext="disabled"
$(meson_native_use_feature doc)
$(meson_native_use_feature doc docs)
-Dfontconfig="disabled" #609300
$(meson_native_use_feature introspection)
$(meson_use static-libs static)
Expand Down
2 changes: 1 addition & 1 deletion media-libs/harfbuzz/harfbuzz-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ multilib_src_configure() {
$(meson_feature truetype freetype)

$(meson_native_use_feature cairo)
$(meson_native_use_feature doc)
$(meson_native_use_feature doc docs)
$(meson_native_use_feature introspection)

$(meson_use experimental experimental_api)
Expand Down

0 comments on commit aa3e890

Please sign in to comment.