mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
Ship meson build system in autotools generated tarballs
This commit is contained in:
parent
a8aaada019
commit
2dd3bb0cb7
5 changed files with 16 additions and 1 deletions
|
@ -28,3 +28,9 @@ CRUFT_FILES = \
|
|||
include $(top_srcdir)/common/cruft.mak
|
||||
|
||||
all-local: check-cruft
|
||||
|
||||
EXTRA_DIST = \
|
||||
meson.build \
|
||||
meson_options.txt \
|
||||
config.h.meson \
|
||||
scripts/pythondetector
|
||||
|
|
|
@ -1 +1,4 @@
|
|||
SUBDIRS = overrides
|
||||
|
||||
EXTRA_DIST = \
|
||||
meson.build
|
||||
|
|
|
@ -8,7 +8,9 @@ pygioverrides_PYTHON = Gst.py GstPbutils.py
|
|||
|
||||
pygioverridesexecdir = $(PYGI_OVERRIDES_DIR)
|
||||
|
||||
EXTRA_DIST = Gst.py
|
||||
EXTRA_DIST = \
|
||||
meson.build \
|
||||
Gst.py
|
||||
|
||||
AM_CPPFLAGS = $(PYTHON_INCLUDES)
|
||||
|
||||
|
|
|
@ -11,3 +11,6 @@ libgstpython_la_SOURCES = gstpythonplugin.c
|
|||
libgstpython_la_LDFLAGS = -avoid-version -shrext $(PYTHON_SO)
|
||||
libgstpython_la_LIBADD = $(PYTHON_LIBS) $(PYGOBJECT_LIBS) $(GST_LIBS)
|
||||
libgstpython_la_CFLAGS = $(GST_CFLAGS) $(PYGOBJECT_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(PYTHON_INCLUDES)
|
||||
|
||||
EXTRA_DIST = \
|
||||
meson.build
|
||||
|
|
|
@ -6,6 +6,7 @@ tests = \
|
|||
test_types.py
|
||||
|
||||
EXTRA_DIST = \
|
||||
meson.build \
|
||||
__init__.py \
|
||||
common.py \
|
||||
runtests.py \
|
||||
|
|
Loading…
Reference in a new issue