Commit b01540b4 authored by Rafaël Carré's avatar Rafaël Carré Committed by Jean-Baptiste Kempf

contrib: caca: add --disable-java , factorize

(cherry picked from commit 10b6e2ad22293b1f59c427378ce24cfb542bf229)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 21b22753
......@@ -22,11 +22,12 @@ ifdef HAVE_WIN32
endif
$(MOVE)
.caca: caca
CONFIGURE_FLAGS := --disable-imlib2 --disable-doc --disable-ruby --disable-csharp --disable-cxx --disable-java
ifdef HAVE_MACOSX
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --disable-imlib2 --disable-doc --disable-ruby --disable-csharp --disable-cxx --disable-x11
else
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --disable-imlib2 --disable-doc --disable-ruby --disable-csharp --disable-cxx
CONFIGURE_FLAGS += --disable-x11
endif
.caca: caca
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) $(CONFIGURE_FLAGS)
cd $< && $(MAKE) -C $< install
touch $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment