mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-15 06:10:02 +00:00
6e3d209d1f
media-ctl recipe was subsumed into v4l-utils but there are apps which still have rdeps on media-ctl Change-Id: I7c24fec3752e80f67730150504b7192ad4fea0c4 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
16 lines
642 B
Diff
16 lines
642 B
Diff
Index: v4l-utils-1.6.2/utils/media-ctl/Makefile.am
|
|
===================================================================
|
|
--- v4l-utils-1.6.2.orig/utils/media-ctl/Makefile.am
|
|
+++ v4l-utils-1.6.2/utils/media-ctl/Makefile.am
|
|
@@ -4,8 +4,8 @@ libmediactl_la_CFLAGS = $(LIBUDEV_CFLAGS
|
|
libmediactl_la_LDFLAGS = $(LIBUDEV_LIBS)
|
|
libv4l2subdev_la_SOURCES = libv4l2subdev.c
|
|
libv4l2subdev_la_LIBADD = libmediactl.la
|
|
-mediactl_includedir=$(includedir)/mediactl
|
|
-noinst_HEADERS = mediactl.h v4l2subdev.h
|
|
+otherincludedir = $(includedir)/mediactl
|
|
+otherinclude_HEADERS = mediactl.h v4l2subdev.h
|
|
|
|
pkgconfig_DATA = libmediactl.pc
|
|
bin_PROGRAMS = media-ctl
|