[vlc-commits] [Git][videolan/vlc][master] contrib: caca: do not builds tools/examples
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Wed Jul 22 08:40:39 UTC 2026
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
ffb26e20 by Steve Lhomme at 2026-07-22T08:41:04+02:00
contrib: caca: do not builds tools/examples
- - - - -
1 changed file:
- contrib/src/caca/rules.mak
Changes:
=====================================
contrib/src/caca/rules.mak
=====================================
@@ -71,6 +71,6 @@ CACA_CONF += \
.caca: caca
$(MAKEBUILDDIR)
$(MAKECONFIGURE) $(CACA_CONF)
- +$(MAKEBUILD) -C $<
- +$(MAKEBUILD) -C $< install
+ +$(MAKEBUILD) -C $< noinst_PROGRAMS= bin_PROGRAMS=
+ +$(MAKEBUILD) -C $< noinst_PROGRAMS= bin_PROGRAMS= install
touch $@
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/ffb26e2060886c141d1bc889e39846854c228c4c
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/ffb26e2060886c141d1bc889e39846854c228c4c
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help
More information about the vlc-commits
mailing list