dashboard
repositories
activity
search
login
hc
/
RK356X_SDK_RELEASE
forked from
~ljy/RK356X_SDK_RELEASE
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
change system file
hc
2024-10-09
244b2c5ca8b14627e4a17755e5922221e121c771
[~hc/RK356X_SDK_RELEASE.git]
/
yocto
/
poky
/
meta
/
recipes-graphics
/
xorg-driver
/
xorg-driver-video.inc
1
2
3
4
5
6
7
8
require xorg-driver-common.inc
DEPENDS =+ "xorgproto"
python add_xorg_abi_depends() {
_add_xorg_abi_depends(d, "video")
}
PACKAGEFUNCS =+ "add_xorg_abi_depends"