[vlc-commits] [Git][videolan/vlc][3.0.x] contrib: do not require gtkdocize
Steve Lhomme (@robUx4)
gitlab at videolan.org
Tue Jun 27 09:40:30 UTC 2023
Steve Lhomme pushed to branch 3.0.x at VideoLAN / VLC
Commits:
d3b0ded3 by Steve Lhomme at 2023-06-27T08:51:10+00:00
contrib: do not require gtkdocize
This unbreaks packages using autoreconf.
(cherry picked from commit 7beb060516a8ce8a4ad4abf26aade3e3344f9ecd) (edited)
edited:
* on 3.0 it was already done since 8179b10e7e692955a972f59ba50f3b51464d3854
but not for Darwin targets
Signed-off-by: Steve Lhomme <robux4 at ycbcr.xyz>
- - - - -
1 changed file:
- contrib/src/main.mak
Changes:
=====================================
contrib/src/main.mak
=====================================
@@ -379,7 +379,7 @@ UPDATE_AUTOCONFIG = for dir in $(AUTOMAKE_DATA_DIRS); do \
done
ifdef HAVE_DARWIN_OS
-AUTORECONF = AUTOPOINT=true autoreconf
+AUTORECONF = AUTOPOINT=true GTKDOCIZE=true autoreconf
else
AUTORECONF = GTKDOCIZE=true autoreconf
endif
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d3b0ded30c00781485c5749845e8cf902aa307e5
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d3b0ded30c00781485c5749845e8cf902aa307e5
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