Install the RPI config when the RPI target is selected

This commit is contained in:
Sebastian Dröge 2013-02-21 10:13:16 +01:00
parent 05819da94d
commit 069245e380
4 changed files with 8 additions and 1 deletions

View file

@ -1 +1 @@
EXTRA_DIST = raspberry-pi.conf
SUBDIRS = rpi

6
config/rpi/Makefile.am Normal file
View file

@ -0,0 +1,6 @@
EXTRA_DIST = gstomx.conf
if USE_OMX_TARGET_RPI
configdir = $(sysconfdir)/xdg
config_DATA = gstomx.conf
endif

View file

@ -307,6 +307,7 @@ common/Makefile
common/m4/Makefile
tools/Makefile
config/Makefile
config/rpi/Makefile
)
AC_OUTPUT