File tree 9 files changed +9
-10
lines changed
9 files changed +9
-10
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
- cd $< && cd build && ninja install
29
+ meson install -C $< / build
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
- cd $< && cd build && ninja install
31
+ meson install -C $< / build
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
- cd $< && cd build && ninja install
23
+ meson install -C $< / build
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
- cd $< && cd build && ninja install
35
+ meson install -C $< / build
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
- cd $< && cd build && ninja install
32
+ meson install -C $< / build
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
- cd $< && cd build && ninja install
50
+ meson install -C $< / build
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
- cd $< && cd build && ninja install
38
+ meson install -C $< / build
39
39
touch $@
Original file line number Diff line number Diff line change @@ -20,7 +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
- ninja -C $< /build
24
- cd $< && cd build && ninja install
23
+ meson install -C $< /build
25
24
touch $@
26
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
- cd $< && cd build && ninja install
27
+ meson install -C $< / build
28
28
touch $@
You can’t perform that action at this time.
0 commit comments