File tree 10 files changed +10
-9
lines changed
10 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -26,5 +26,5 @@ basu: basu-$(BASU_VERSION).tar.gz .sum-basu
26
26
.basu : basu crossfile.meson
27
27
rm -rf $< /build
28
28
$(HOSTVARS_MESON ) $(MESON ) $< /build $<
29
- meson install -C $< /build
29
+ $( MESONBUILD )
30
30
touch $@
Original file line number Diff line number Diff line change @@ -28,5 +28,5 @@ dav1d: dav1d-$(DAV1D_VERSION).tar.xz .sum-dav1d
28
28
.dav1d : dav1d crossfile.meson
29
29
rm -rf $< /build
30
30
$(HOSTVARS_MESON ) $(MESON ) $(DAV1D_CONF ) $< /build $<
31
- meson install -C $< /build
31
+ $( MESONBUILD )
32
32
touch $@
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ fribidi: fribidi-$(FRIBIDI_VERSION).tar.xz .sum-fribidi
20
20
.fribidi : fribidi crossfile.meson
21
21
rm -rf $< /build
22
22
$(HOSTVARS_MESON ) $(MESON ) -Ddocs=false -Dbin=false -Dtests=false $< /build $<
23
- meson install -C $< /build
23
+ $( MESONBUILD )
24
24
touch $@
Original file line number Diff line number Diff line change 32
32
.harfbuzz : harfbuzz crossfile.meson
33
33
rm -rf $< /build
34
34
$(HOSTVARS_MESON ) $(MESON ) $(HARFBUZZ_CONF ) $< /build $<
35
- meson install -C $< /build
35
+ $( MESONBUILD )
36
36
touch $@
Original file line number Diff line number Diff line change 29
29
.libdsm : libdsm crossfile.meson
30
30
rm -rf $< /build
31
31
$(HOSTVARS_MESON ) $(MESON ) -Dauto_features=disabled -Dbinaries=false $< /build $<
32
- meson install -C $< /build
32
+ $( MESONBUILD )
33
33
touch $@
Original file line number Diff line number Diff line change 47
47
.libplacebo : libplacebo crossfile.meson
48
48
rm -rf $< /build
49
49
$(HOSTVARS_MESON ) $(MESON ) $(PLACEBOCONF ) $< /build $<
50
- meson install -C $< /build
50
+ $( MESONBUILD )
51
51
# Work-around for full paths to static libraries, which libtool does not like
52
52
# See https://github.com/mesonbuild/meson/issues/5479
53
53
(cd $(UNPACK_DIR) && $(SRC_BUILT)/pkg-rewrite-absolute.py -i "$(PREFIX)/lib/pkgconfig/libplacebo.pc")
Original file line number Diff line number Diff line change @@ -35,5 +35,5 @@ librist: librist-$(LIBRIST_VERSION).tar.gz .sum-librist
35
35
.librist : librist crossfile.meson
36
36
rm -rf $< /build
37
37
$(HOSTVARS_MESON ) $(MESON ) $(LIBRIST_CONF ) $< /build $<
38
- meson install -C $< /build
38
+ $( MESONBUILD )
39
39
touch $@
Original file line number Diff line number Diff line change @@ -497,6 +497,7 @@ MESON = env -i PATH="$(PREFIX)/bin:$(PATH)" \
497
497
else
498
498
MESON = meson $(MESONFLAGS )
499
499
endif
500
+ MESONBUILD = meson install -C $< /build
500
501
501
502
ifdef GPL
502
503
REQUIRE_GPL =
Original file line number Diff line number Diff line change @@ -20,6 +20,6 @@ medialibrary: medialibrary-$(MEDIALIBRARY_VERSION).tar.bz2 .sum-medialibrary
20
20
.medialibrary : medialibrary crossfile.meson
21
21
rm -rf $< /build
22
22
$(HOSTVARS_MESON ) $(MESON ) -Dlibvlc=disabled -Dlibtool_workaround=true $< /build $<
23
- meson install -C $< /build
23
+ $( MESONBUILD )
24
24
touch $@
25
25
Original file line number Diff line number Diff line change @@ -24,5 +24,5 @@ microdns: microdns-$(LIBMICRODNS_VERSION).tar.xz .sum-microdns
24
24
.microdns : microdns crossfile.meson
25
25
rm -rf $< /build
26
26
$(HOSTVARS_MESON ) $(MESON ) -Dauto_features=disabled $< /build $<
27
- meson install -C $< /build
27
+ $( MESONBUILD )
28
28
touch $@
You can’t perform that action at this time.
0 commit comments