diff options
-rw-r--r-- | recipes/libsdl/libsdl-x11_1.2.14.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libsdl/libsdl-x11_1.2.14.bb b/recipes/libsdl/libsdl-x11_1.2.14.bb index b48791f6be..b35cc26dfe 100644 --- a/recipes/libsdl/libsdl-x11_1.2.14.bb +++ b/recipes/libsdl/libsdl-x11_1.2.14.bb @@ -27,7 +27,7 @@ EXTRA_OECONF = " \ --disable-video-xbios --disable-video-gem --disable-video-dummy \ --enable-video-opengl --enable-input-events --enable-pthreads \ --disable-video-picogui --disable-video-qtopia --enable-dlopen \ - --enable-input-tslib \ + --enable-input-tslib --disable-video-ps3 \ " do_configure() { |