From 069245e380cbfe77a6fb3d43703d5c9e83a23e5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 21 Feb 2013 10:13:16 +0100 Subject: [PATCH] Install the RPI config when the RPI target is selected --- config/Makefile.am | 2 +- config/rpi/Makefile.am | 6 ++++++ config/{raspberry-pi.conf => rpi/gstomx.conf} | 0 configure.ac | 1 + 4 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 config/rpi/Makefile.am rename config/{raspberry-pi.conf => rpi/gstomx.conf} (100%) 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 similarity index 100% rename from config/raspberry-pi.conf rename to config/rpi/gstomx.conf diff --git a/configure.ac b/configure.ac index 223e1eb438..26c3fc2958 100644 --- a/configure.ac +++ b/configure.ac @@ -307,6 +307,7 @@ common/Makefile common/m4/Makefile tools/Makefile config/Makefile +config/rpi/Makefile ) AC_OUTPUT