summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2013-02-21 10:13:16 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2013-02-21 10:13:16 +0100
commit069245e380cbfe77a6fb3d43703d5c9e83a23e5f (patch)
tree2ccbc2ed89aab23bbdfccd00541cf362e08faa71 /config
parent05819da94d073c78ad4a9626aaea2c3039ef2831 (diff)
Install the RPI config when the RPI target is selected
Diffstat (limited to 'config')
-rw-r--r--config/Makefile.am2
-rw-r--r--config/rpi/Makefile.am6
-rw-r--r--config/rpi/gstomx.conf (renamed from config/raspberry-pi.conf)0
3 files changed, 7 insertions, 1 deletions
diff --git a/config/Makefile.am b/config/Makefile.am
index 5393b5a157..113f4d9880 100644
--- a/config/Makefile.am
+++ b/config/Makefile.am
@@ -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
index 0000000000..39ecc871b6
--- /dev/null
+++ b/config/rpi/Makefile.am
@@ -0,0 +1,6 @@
+EXTRA_DIST = gstomx.conf
+
+if USE_OMX_TARGET_RPI
+configdir = $(sysconfdir)/xdg
+config_DATA = gstomx.conf
+endif
diff --git a/config/raspberry-pi.conf b/config/rpi/gstomx.conf
index 7f3946d282..7f3946d282 100644
--- a/config/raspberry-pi.conf
+++ b/config/rpi/gstomx.conf