[vlc-commits] [Git][videolan/vlc][3.0.x] Revert "contrib: harfbuff: build internal ragel if not found"

Steve Lhomme (@robUx4) gitlab at videolan.org
Tue Sep 16 07:16:47 UTC 2025



Steve Lhomme pushed to branch 3.0.x at VideoLAN / VLC


Commits:
cd71ad62 by Steve Lhomme at 2025-09-15T14:04:49+02:00
Revert "contrib: harfbuff: build internal ragel if not found"

ragel is used internally to generate some files when they are changed.
But we don't modify any source, we can just build harfbuzz without ragel.
The option is even off by default.

When it's not enabled there is this warning:
> You have to install ragel if you are going to develop HarfBuzz itself

But that's not our case.

This reverts commit 071a7581ff4e7366972218e340abfe6e6c2c1686.

- - - - -


1 changed file:

- contrib/src/harfbuzz/rules.mak


Changes:

=====================================
contrib/src/harfbuzz/rules.mak
=====================================
@@ -22,8 +22,7 @@ HARFBUZZ_CONF := -Dfreetype=enabled \
 	-Dglib=disabled \
 	-Dgobject=disabled \
 	-Ddocs=disabled \
-	-Dtests=disabled \
-	-Dragel_subproject=true
+	-Dtests=disabled
 
 ifdef HAVE_DARWIN_OS
 HARFBUZZ_CONF += -Dcoretext=enabled



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/cd71ad62d9564205ce5deeeb4b5b214ab4895234

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/cd71ad62d9564205ce5deeeb4b5b214ab4895234
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list