mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
package/gstreamer1/gst1-rtsp-server: convert package type to meson
Signed-off-by: Adam Duskett <Aduskett@gmail.com> [Arnout: rebase with disabled examples and tests] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
908eebd363
commit
8e91b127bc
@ -15,9 +15,20 @@ GST1_RTSP_SERVER_DEPENDENCIES = \
|
|||||||
gstreamer1 \
|
gstreamer1 \
|
||||||
gst1-plugins-base \
|
gst1-plugins-base \
|
||||||
gst1-plugins-good
|
gst1-plugins-good
|
||||||
|
|
||||||
|
GST1_RTSP_SERVER_LDFLAGS = $(TARGET_LDFLAGS) $(TARGET_NLS_LIBS)
|
||||||
|
|
||||||
GST1_RTSP_SERVER_CONF_OPTS = \
|
GST1_RTSP_SERVER_CONF_OPTS = \
|
||||||
--disable-examples \
|
-Dexamples=disabled \
|
||||||
--disable-tests
|
-Dtests=disabled
|
||||||
|
|
||||||
|
GST1_RTSP_SERVER_CONF_OPTS += \
|
||||||
|
-Dexamples=disabled \
|
||||||
|
-Dtests=disabled \
|
||||||
|
-Dintrospection=disabled \
|
||||||
|
-Dgobject-cast-checks=disabled \
|
||||||
|
-Dglib-asserts=disabled \
|
||||||
|
-Dglib-checks=disabled
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBCGROUP),y)
|
ifeq ($(BR2_PACKAGE_LIBCGROUP),y)
|
||||||
GST1_RTSP_SERVER_DEPENDENCIES += libcgroup
|
GST1_RTSP_SERVER_DEPENDENCIES += libcgroup
|
||||||
@ -27,4 +38,4 @@ ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD),y)
|
|||||||
GST1_RTSP_SERVER_DEPENDENCIES += gst1-plugins-bad
|
GST1_RTSP_SERVER_DEPENDENCIES += gst1-plugins-bad
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(meson-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user