Update mk_xfce.sh

This commit is contained in:
superconvert 2022-09-30 08:31:03 +08:00 committed by GitHub
parent ac5823d539
commit a7996afe36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -708,7 +708,7 @@ common_build() {
# 编译 pango # 编译 pango
meson_build pango ${PANGO_SRC_DIR} meson_build pango ${PANGO_SRC_DIR}
# 编译基础库 ( 这些都是系统库,新系统需要集成 ) # 编译基础库 ( 这些都是系统库,新系统需要集成 )
if [ "$1" = "img" ]; then if [ "${with_xfce}" = true ]; then
# 编译 expat # 编译 expat
common_build expat ${EXPAT_SRC_DIR} common_build expat ${EXPAT_SRC_DIR}
# 编译 libudev # 编译 libudev