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 | 8f84068 | 2023-07-21 09:09:43 -0500 | [diff] [blame] | 11 | SRC_URI_EXT = "xz" |
| 12 | SRC_URI[sha256sum] = "0950c600bf33447e169a539ee6655ef9f36d6cebf2c1be67f7ab55dacb753023" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 13 | |
Andrew Geissler | d159c7f | 2021-09-02 21:05:58 -0500 | [diff] [blame] | 14 | DEPENDS += "libxau libxt libxext libxmu libxrender libxi" |