mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
Install the RPI config when the RPI target is selected
This commit is contained in:
parent
05819da94d
commit
069245e380
4 changed files with 8 additions and 1 deletions
|
@ -1 +1 @@
|
|||
EXTRA_DIST = raspberry-pi.conf
|
||||
SUBDIRS = rpi
|
||||
|
|
6
config/rpi/Makefile.am
Normal file
6
config/rpi/Makefile.am
Normal file
|
@ -0,0 +1,6 @@
|
|||
EXTRA_DIST = gstomx.conf
|
||||
|
||||
if USE_OMX_TARGET_RPI
|
||||
configdir = $(sysconfdir)/xdg
|
||||
config_DATA = gstomx.conf
|
||||
endif
|
|
@ -307,6 +307,7 @@ common/Makefile
|
|||
common/m4/Makefile
|
||||
tools/Makefile
|
||||
config/Makefile
|
||||
config/rpi/Makefile
|
||||
)
|
||||
|
||||
AC_OUTPUT
|
||||
|
|
Loading…
Reference in a new issue