mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
build: use gst-glib-gen.mak to fix the glib build rules.
The build rules in glib-gen.mak were using pattern rules in a non save way.
This commit is contained in:
parent
3333ab473c
commit
e1dccb6fd7
3 changed files with 9 additions and 6 deletions
|
@ -8,7 +8,8 @@ headers_photography = \
|
||||||
# variables used for enum/marshal generation
|
# variables used for enum/marshal generation
|
||||||
glib_enum_headers=$(headers_photography)
|
glib_enum_headers=$(headers_photography)
|
||||||
glib_enum_define=GST_PHOTOGRAPHY
|
glib_enum_define=GST_PHOTOGRAPHY
|
||||||
glib_enum_prefix=gst_photography
|
glib_gen_prefix=gst_photography
|
||||||
|
glib_gen_basename=photography
|
||||||
|
|
||||||
built_sources = \
|
built_sources = \
|
||||||
photography-enumtypes.c
|
photography-enumtypes.c
|
||||||
|
@ -38,4 +39,4 @@ BUILT_SOURCES = \
|
||||||
|
|
||||||
CLEANFILES = $(BUILT_SOURCES)
|
CLEANFILES = $(BUILT_SOURCES)
|
||||||
|
|
||||||
include $(top_srcdir)/common/glib-gen.mak
|
include $(top_srcdir)/common/gst-glib-gen.mak
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
glib_enum_prefix = __gst_camerabin
|
glib_gen_prefix = __gst_camerabin
|
||||||
|
glib_gen_basename = gstcamerabin
|
||||||
|
|
||||||
include $(top_srcdir)/common/glib-gen.mak
|
include $(top_srcdir)/common/gst-glib-gen.mak
|
||||||
|
|
||||||
built_sources = gstcamerabin-marshal.c
|
built_sources = gstcamerabin-marshal.c
|
||||||
built_headers = gstcamerabin-marshal.h
|
built_headers = gstcamerabin-marshal.h
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
glib_enum_prefix = gst_selector
|
glib_gen_prefix = gst_selector
|
||||||
|
glib_gen_basename = gstselector
|
||||||
|
|
||||||
include $(top_srcdir)/common/glib-gen.mak
|
include $(top_srcdir)/common/gst-glib-gen.mak
|
||||||
|
|
||||||
built_sources = gstselector-marshal.c
|
built_sources = gstselector-marshal.c
|
||||||
built_headers = gstselector-marshal.h
|
built_headers = gstselector-marshal.h
|
||||||
|
|
Loading…
Reference in a new issue