mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
meson: dist meson build files
Ship meson build files in tarballs, so people who use tarballs in their builds can start playing with meson already.
This commit is contained in:
parent
2f676d61a7
commit
979907144a
2 changed files with 7 additions and 3 deletions
|
@ -14,8 +14,12 @@ include $(top_srcdir)/common/win32.mak
|
|||
EXTRA_DIST = \
|
||||
depcomp \
|
||||
AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
|
||||
ChangeLog gst-plugins-bad.doap autogen.sh \
|
||||
$(win32)
|
||||
ChangeLog gst-plugins-bad.doap autogen.sh $(win32) \
|
||||
$(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \
|
||||
meson_options.txt config.h.meson \
|
||||
gst-libs/gst/*/*enum.py ext/srtp/srtp_mkenum.py \
|
||||
win32/common/*.def \
|
||||
ext/vulkan/vkconfig.h.meson gst-libs/gst/gl/gstglconfig.h.meson
|
||||
|
||||
DISTCLEANFILES = _stdint.h
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ mxf_sources = [
|
|||
'mxfd10.c',
|
||||
'mxfup.c',
|
||||
'mxfvc3.c',
|
||||
'mxfdms1.c',
|
||||
# 'mxfdms1.c',
|
||||
]
|
||||
|
||||
gstmxf = library('gstmxf',
|
||||
|
|
Loading…
Reference in a new issue