From: Emil Velikov Date: Sun, 29 Mar 2015 00:56:09 +0000 (+0000) Subject: osmesa: don't try to bundle osmesa.def SConscript X-Git-Tag: upstream/17.1.0~19710 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c07df0f2014636b601cdbaff63214296599b1ad5;p=platform%2Fupstream%2Fmesa.git osmesa: don't try to bundle osmesa.def SConscript Both of which were removed with commit 69db422218b(scons: Don't build osmesa.) Signed-off-by: Emil Velikov Reviewed-by: Jose Fonseca --- diff --git a/src/mesa/drivers/osmesa/Makefile.am b/src/mesa/drivers/osmesa/Makefile.am index 60048cc..9a388d6 100644 --- a/src/mesa/drivers/osmesa/Makefile.am +++ b/src/mesa/drivers/osmesa/Makefile.am @@ -21,8 +21,6 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. -EXTRA_DIST = osmesa.def SConscript - AM_CPPFLAGS = \ -I$(top_srcdir)/include \ -I$(top_srcdir)/src \