Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | require xorg-app-common.inc |
| 2 | |
| 3 | SUMMARY = "X11 server performance test program" |
| 4 | |
| 5 | DESCRIPTION = "The x11perf program runs one or more performance tests \ |
| 6 | and reports how fast an X server can execute the tests." |
| 7 | |
| 8 | |
| 9 | DEPENDS += "libxmu libxrender libxft libxext fontconfig" |
| 10 | |
| 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=428ca4d67a41fcd4fc3283dce9bbda7e \ |
| 12 | file://x11perf.h;endline=24;md5=29555066baf406a105ff917ac25b2d01" |
| 13 | |
| 14 | PE = "1" |
| 15 | |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 16 | do_install_append_class-target () { |
| 17 | sed -i -e 's:${HOSTTOOLS_DIR}/::g' ${D}${bindir}/x11perfcomp |
| 18 | } |
| 19 | |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 20 | FILES_${PN} += "${libdir}/X11/x11perfcomp/*" |
| 21 | |
| 22 | SRC_URI[md5sum] = "f0b24e4d8beb622a419e8431e1c03cd7" |
| 23 | SRC_URI[sha256sum] = "e87098dec1947572d70c62697a7b70bde1ab5668237d4660080eade6bc096751" |