diff options
author | Andrew F. Davis <afd@ti.com> | 2016-06-22 15:11:02 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-01 16:08:44 +0100 |
commit | e1c1893228160b9620cbff0967424ddb3a2fb380 (patch) | |
tree | 779888e3aa0296f6e085549881bf625e49f2dba2 /meta/recipes-graphics | |
parent | c1e0eb62f2d89b10b187016200018830b1c77945 (diff) | |
download | openembedded-core-e1c1893228160b9620cbff0967424ddb3a2fb380.tar.gz openembedded-core-e1c1893228160b9620cbff0967424ddb3a2fb380.tar.bz2 openembedded-core-e1c1893228160b9620cbff0967424ddb3a2fb380.zip |
libsdl2: Add missing comma typo
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/libsdl2/libsdl2_2.0.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.0.4.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.0.4.bb index 8f079c8d8b..844ff333cb 100644 --- a/meta/recipes-graphics/libsdl2/libsdl2_2.0.4.bb +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.0.4.bb @@ -46,7 +46,7 @@ PACKAGECONFIG ??= " \ ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ " PACKAGECONFIG[alsa] = "--enable-alsa --disable-alsatest,--disable-alsa,alsa-lib," -PACKAGECONFIG[directfb] = "--enable-video-directfb --disable-video-directfb,directfb" +PACKAGECONFIG[directfb] = "--enable-video-directfb,--disable-video-directfb,directfb" PACKAGECONFIG[gles2] = "--enable-video-opengles,--disable-video-opengles,virtual/libgles2" PACKAGECONFIG[opengl] = "--enable-video-opengl,--disable-video-opengl,virtual/libgl" PACKAGECONFIG[pulseaudio] = "--enable-pulseaudio,--disable-pulseaudio,pulseaudio" |