mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
Fix libxcursor packaging
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1728 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
require xorg-lib-common.inc
|
require xorg-lib-common.inc
|
||||||
PE = "1"
|
PE = "1"
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
DESCRIPTION = "X Cursor library"
|
DESCRIPTION = "X Cursor library"
|
||||||
LICENSE= "BSD-X"
|
LICENSE= "BSD-X"
|
||||||
@@ -7,3 +8,5 @@ LICENSE= "BSD-X"
|
|||||||
DEPENDS += " libxrender libxfixes virtual/libx11 fixesproto"
|
DEPENDS += " libxrender libxfixes virtual/libx11 fixesproto"
|
||||||
|
|
||||||
XORG_PN = "libXcursor"
|
XORG_PN = "libXcursor"
|
||||||
|
|
||||||
|
FILES_libxcursor = "${libdir}/*.so.*"
|
||||||
|
|||||||
Reference in New Issue
Block a user