Install the RPI config when the RPI target is selected
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 21 Feb 2013 09:13:16 +0000 (10:13 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 21 Feb 2013 09:13:16 +0000 (10:13 +0100)
config/Makefile.am
config/rpi/Makefile.am [new file with mode: 0644]
config/rpi/gstomx.conf [moved from config/raspberry-pi.conf with 100% similarity]
configure.ac

index 5393b5a..113f4d9 100644 (file)
@@ -1 +1 @@
-EXTRA_DIST = raspberry-pi.conf
+SUBDIRS = rpi
diff --git a/config/rpi/Makefile.am b/config/rpi/Makefile.am
new file mode 100644 (file)
index 0000000..39ecc87
--- /dev/null
@@ -0,0 +1,6 @@
+EXTRA_DIST = gstomx.conf
+
+if USE_OMX_TARGET_RPI
+configdir = $(sysconfdir)/xdg
+config_DATA = gstomx.conf
+endif
index 223e1eb..26c3fc2 100644 (file)
@@ -307,6 +307,7 @@ common/Makefile
 common/m4/Makefile
 tools/Makefile
 config/Makefile
+config/rpi/Makefile
 )
 
 AC_OUTPUT