Skip to content

Commit

Permalink
contrib: medialibrary: Add missing crossfile.meson dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
chouquette authored and jbkempf committed Mar 27, 2022
1 parent 7e30ed1 commit 657a835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/src/medialibrary/rules.mak
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ medialibrary: medialibrary-$(MEDIALIBRARY_VERSION).tar.bz2 .sum-medialibrary
$(UNPACK)
$(MOVE)

.medialibrary: medialibrary
.medialibrary: medialibrary crossfile.meson
cd $< && $(HOSTVARS_MESON) $(MESON) -Dlibvlc=disabled -Dlibtool_workaround=true build
ninja -C $</build
cd $< && cd build && ninja install
Expand Down

0 comments on commit 657a835

Please sign in to comment.