linuxOS_AP05/buildroot/package/rockchip/libhdmiset/libhdmiset.mk
2025-06-02 13:59:07 +08:00

14 lines
356 B
Makefile

# Rockchip's MPP(Multimedia Processing Platform)
#LIBHDMISET_SITE = $(TOPDIR)/../external/libhdmiset
ifeq ($(BR2_PACKAGE_LIBHDMISET),y)
LIBHDMISET_VERSION = master
LIBHDMISET_SITE = https://github.com/qiuen/drmhdmiset.git
LIBHDMISET_SITE_METHOD = git
LIBHDMISET_DEPENDENCIES += libhdmiset
LIBHDMISET_INSTALL_STAGING = YES
endif
$(eval $(cmake-package))