42a28105f1
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 lines
467 B
Makefile
13 lines
467 B
Makefile
################################################################################
|
|
#
|
|
# xapp_x11perf -- summarize x11perf results
|
|
#
|
|
################################################################################
|
|
|
|
XAPP_X11PERF_VERSION = 1.5.1
|
|
XAPP_X11PERF_SOURCE = x11perf-$(XAPP_X11PERF_VERSION).tar.bz2
|
|
XAPP_X11PERF_SITE = http://xorg.freedesktop.org/releases/individual/app
|
|
XAPP_X11PERF_DEPENDENCIES = xlib_libX11 xlib_libXmu xlib_libXft
|
|
|
|
$(eval $(call AUTOTARGETS))
|