Commit 1b3302b3 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Fixed meson options

parent d0314df0
...@@ -2,7 +2,7 @@ all: ...@@ -2,7 +2,7 @@ all:
tar xf gstreamer-1.24.4.tar.xz tar xf gstreamer-1.24.4.tar.xz
patch -Np1 -d gstreamer-1.24.4 < gstreamer-1.24.4-fix_test_timeout.patch patch -Np1 -d gstreamer-1.24.4 < gstreamer-1.24.4-fix_test_timeout.patch
cd gstreamer-1.24.4 && mkdir build cd gstreamer-1.24.4 && mkdir build
cd gstreamer-1.24.4/build && meson --prefix=/usr -Dbuildtype=release -Dgst_debug=false -Dgtk_doc=disabled cd gstreamer-1.24.4/build && meson setup --prefix=/usr --buildtype=release -D gst_debug=false
cd gstreamer-1.24.4/build && ninja cd gstreamer-1.24.4/build && ninja
cd gstreamer-1.24.4/build && ninja test cd gstreamer-1.24.4/build && ninja test
cd gstreamer-1.24.4/build && ninja install cd gstreamer-1.24.4/build && ninja install
......
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