diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2015-02-08 00:04:59 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2015-02-08 00:06:36 +0200 |
commit | e1d4448ce85f33891ea6e96c6b51f4d1f5f4a67f (patch) | |
tree | 9f95d413ab0f29ed1384df78bec92b275e156881 /recipes-multimedia | |
parent | b89a2743fb27b2e5644a74fae156b88a4ca48781 (diff) | |
download | meta-raspberrypi-e1d4448ce85f33891ea6e96c6b51f4d1f5f4a67f.tar.gz |
xserver-xf86-config: Use SOC specific assignements
In this way the modifications will be used on all RPI boards.
Change-Id: Ife10db876db85c1c4944028a0b49ccae4d8c0d41
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend index fba7e1a..39ded59 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend | |||
@@ -1,3 +1,3 @@ | |||
1 | EXTRA_OECONF_append_raspberrypi = " CPPFLAGS='-I${STAGING_DIR_TARGET}/usr/include/interface/vcos/pthreads \ | 1 | EXTRA_OECONF_append_rpi = " CPPFLAGS='-I${STAGING_DIR_TARGET}/usr/include/interface/vcos/pthreads \ |
2 | -I${STAGING_DIR_TARGET}/usr/include/interface/vmcs_host/linux' \ | 2 | -I${STAGING_DIR_TARGET}/usr/include/interface/vmcs_host/linux' \ |
3 | --with-egl-window-system=rpi" | 3 | --with-egl-window-system=rpi" |