blob: 7b9aa035c658860e3fb922611b2c5cedb6871f1d (
plain)
1
2
3
4
5
6
7
8
9
10
|
include xorg-lib-common.inc
DESCRIPTION = "X Cursor library"
LICENSE= "BSD-X"
DEPENDS += " libxrender libxfixes libx11 fixesproto"
XORG_PN = "libXcursor"
FILES_${PN} += "${libdir}/libXcursor.so"
|