Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | require xorg-app-common.inc |
| 2 | |
| 3 | SUMMARY = "X11 eyes that follow the mouse cursor demo" |
| 4 | DESCRIPTION = "Xeyes is a small X11 application that shows a pair of eyes that move to \ |
| 5 | follow the location of the mouse cursor around the screen." |
| 6 | |
| 7 | PE = "1" |
| 8 | |
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=3ea51b365051ac32d1813a7dbaa4bfc6" |
| 10 | |
Andrew Geissler | d159c7f | 2021-09-02 21:05:58 -0500 | [diff] [blame] | 11 | SRC_URI[sha256sum] = "f8a17e23146bef1ab345a1e303c6749e42aaa7bcf4f25428afad41770721b6db" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 12 | |
Andrew Geissler | d159c7f | 2021-09-02 21:05:58 -0500 | [diff] [blame] | 13 | DEPENDS += "libxau libxt libxext libxmu libxrender libxi" |