summaryrefslogtreecommitdiff
path: root/src/mesa/Android.mesa_gen_matypes.mk
AgeCommit message (Collapse)AuthorFilesLines
2015-04-22android: fix building issues of host binariesChih-Wei Huang1-1/+0
Define _GNU_SOURCE to enable features (__USE_XOPEN2K and __USE_UNIX98) required to build the host binaries. Signed-off-by: Chih-Wei Huang <cwhuang@linux.org.tw> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
2014-06-09android, mesa_gen_matypes: pull in timespec POSIX definitionAdrian Negreanu1-0/+1
This fixes: include/c11/threads_posix.h: In function 'cnd_timedwait': include/c11/threads_posix.h:140:21: error: storage size of 'abs_time' isn't known Cc: "10.1 10.2" <mesa-stable@lists.freedesktop.org> Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
2012-11-12android: Moves rules for mesa_gen_matypes to separate makefileChad Versace1-0/+48
The pair of files src/mesa/Android.mk and src/mesa/Android.gen.mk are too long and complex to be easily understood. This patch belongs to a series that decomposes them into several easily digestible makefiles. This patch move the rules for host executable mesa_gen_matypes from Android.mk to Android.mesa_gen_matypes.mk. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>