mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
validate: fix installation
* install headers * fix libname in pk file
This commit is contained in:
parent
70931813ad
commit
e8db3c67b9
2 changed files with 3 additions and 4 deletions
|
@ -14,7 +14,8 @@ libgstvalidate_@GST_API_VERSION@_la_SOURCES = \
|
||||||
gst-validate-media-info.c \
|
gst-validate-media-info.c \
|
||||||
validate.c
|
validate.c
|
||||||
|
|
||||||
noinst_HEADERS = \
|
libgstvalidate_@GST_API_VERSION@include_HEADERS = \
|
||||||
|
validate.h \
|
||||||
gettext.h \
|
gettext.h \
|
||||||
gst-validate-bin-monitor.h \
|
gst-validate-bin-monitor.h \
|
||||||
gst-validate-element-monitor.h \
|
gst-validate-element-monitor.h \
|
||||||
|
@ -45,8 +46,6 @@ libgstvalidate_@GST_API_VERSION@_la_LIBADD = \
|
||||||
$(GST_ALL_LIBS) $(GIO_LIBS)
|
$(GST_ALL_LIBS) $(GIO_LIBS)
|
||||||
|
|
||||||
libgstvalidate_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/validate
|
libgstvalidate_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/validate
|
||||||
libgstvalidate_@GST_API_VERSION@include_HEADERS = \
|
|
||||||
validate.h
|
|
||||||
|
|
||||||
libgstvalidate_default_overrides_@GST_API_VERSION@_la_SOURCES = \
|
libgstvalidate_default_overrides_@GST_API_VERSION@_la_SOURCES = \
|
||||||
gst-validate-default-overrides.c
|
gst-validate-default-overrides.c
|
||||||
|
|
|
@ -7,5 +7,5 @@ Name: gst-validate
|
||||||
Description: Gstreamer Validate
|
Description: Gstreamer Validate
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Requires: gstreamer-@GST_API_VERSION@
|
Requires: gstreamer-@GST_API_VERSION@
|
||||||
Libs: -L${libdir} -lgstvalidate@GST_API_VERSION@
|
Libs: -L${libdir} -lgstvalidate-@GST_API_VERSION@
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
|
Loading…
Reference in a new issue