blob: 00b78c134c23aaf983be9516c08fc85f277bec93 (
plain)
1
2
3
4
5
6
7
|
require xorg-app-common.inc
DESCRIPTION = "X11 server performance test program"
DEPENDS += "libxmu libxrender libxft libxext fontconfig"
PE = "1"
FILES_${PN} += "/usr/lib/X11/x11perfcomp/*"
|