rk3568_ubuntu_r60_v1.3.2/yocto/poky/meta-qti-ubuntu/recipes-toolchain/ubuntu/libxft-ubuntu.bb

19 lines
635 B
BlitzBasic
Raw Normal View History

2023-11-03 14:12:44 +08:00
inherit upkg_base
LICENSE = "MIT-Style"
LICENSE:libxft2 = "MIT-Style"
LICENSE:libxft-dev = "MIT-Style"
# the information of ubuntu package(s)
SRC_URI += "http://ports.ubuntu.com/ubuntu-ports/pool/main/x/xft/libxft-dev_2.3.3-0ubuntu1_arm64.deb;name=libxft-dev"
SRC_URI[libxft-dev.md5sum] = "15185819505e857a0a324375f99fdf4b"
SRC_URI += "http://ports.ubuntu.com/ubuntu-ports/pool/main/x/xft/libxft2_2.3.3-0ubuntu1_arm64.deb;name=libxft2"
SRC_URI[libxft2.md5sum] = "331db14912db76c4d2547cd411662aca"
# other configs to feed compilation
PKG:${UPN} = "libxft2"
PROVIDES += "xft"
DEPENDS += "fontconfig freetype libx11 zlib libxrender"