From 52b5016e0c35bd1e6459eb31f5502c6817c04367 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Thu, 15 May 2014 10:21:09 +0300 Subject: mesa: include gles development files in sdk The sdk still needs to have gles development files, since the qtqlesstream is not there yet. Change-Id: I5a078171b28542ead2e96a9942b781a93f4b697e Reviewed-by: Andy Nichols --- conf/distro/include/emulator.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf') diff --git a/conf/distro/include/emulator.conf b/conf/distro/include/emulator.conf index 9b22383..3d85b6a 100644 --- a/conf/distro/include/emulator.conf +++ b/conf/distro/include/emulator.conf @@ -36,4 +36,6 @@ MACHINE_EXTRA_INSTALL = "\ " MACHINE_EXTRA_INSTALL_SDK = "\ + libegl-mesa-dev \ + libgles2-mesa-dev \ " -- cgit v1.2.3-54-g00ecf