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

Steve Lhomme (@robUx4) gitlab at videolan.org
Tue Sep 16 09:38:36 UTC 2025



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
718af413 by Steve Lhomme at 2025-09-16T08:22:15+00: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/718af4130264591842c665b33e4613975cd29cd7

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/718af4130264591842c665b33e4613975cd29cd7
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