2faf964e38
Currently we have version 7.0, released July 2015. Latest upstream
release 7.1, which dates back to November 2015, causes build errors.
Therefore we bump to git HEAD, updated May 2017, which builds fine.
The package requires gcc-4.9 or later now:
2940c64283
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
18 lines
549 B
Makefile
18 lines
549 B
Makefile
################################################################################
|
|
#
|
|
# apitrace
|
|
#
|
|
################################################################################
|
|
|
|
APITRACE_VERSION = 15d7f975f9688372467ebd63d2a57d3957823f93
|
|
APITRACE_SITE = $(call github,apitrace,apitrace,$(APITRACE_VERSION))
|
|
APITRACE_LICENSE = MIT
|
|
APITRACE_LICENSE_FILES = LICENSE
|
|
|
|
APITRACE_DEPENDENCIES = xlib_libX11 host-python libpng
|
|
|
|
# Gui was never tested, so we prefer to explicitly disable it
|
|
APITRACE_CONF_OPTS += -DENABLE_GUI=false
|
|
|
|
$(eval $(cmake-package))
|