rk3568_ubuntu_r60_v1.3.2/yocto/poky/meta-qti-ubuntu/recipes-toolchain/ubuntu/libxdamage-ubuntu.bb
2023-11-03 06:12:44 +00:00

18 lines
643 B
BlitzBasic

inherit upkg_base
LICENSE = "MIT-Style"
LICENSE:libxdamage-dev = "MIT-Style"
LICENSE:libxdamage1 = "MIT-Style"
# the information of ubuntu package(s)
SRC_URI += "http://ports.ubuntu.com/ubuntu-ports/pool/main/libx/libxdamage/libxdamage1_1.1.5-2_arm64.deb;name=libxdamage1"
SRC_URI[libxdamage1.md5sum] = "c9ed394b463f348cff10cd1a5713b338"
SRC_URI += "http://ports.ubuntu.com/ubuntu-ports/pool/main/libx/libxdamage/libxdamage-dev_1.1.5-2_arm64.deb;name=libxdamage-dev"
SRC_URI[libxdamage-dev.md5sum] = "8bafa7466e36a279a6e2993dd1ccb7c4"
# other configs to feed compilation
PKG:${UPN} = "libxdamage1"
DEPENDS += "libx11 libxfixes xorgproto"