summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-driver/xorg-driver-common.inc')
-rw-r--r--meta/recipes-graphics/xorg-driver/xorg-driver-common.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc b/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc
index b46974bc2d..17fac8b8c0 100644
--- a/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc
+++ b/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc
@@ -25,8 +25,8 @@ do_install_append() {
25} 25}
26 26
27# Function to add the relevant ABI dependency to drivers, which should be called 27# Function to add the relevant ABI dependency to drivers, which should be called
28# from a populate_packages append/prepend. 28# from a PACKAGEFUNC.
29def add_abi_depends(d, name): 29def _add_xorg_abi_depends(d, name):
30 # Map of ABI names exposed in the dependencies to pkg-config variables 30 # Map of ABI names exposed in the dependencies to pkg-config variables
31 abis = { 31 abis = {
32 "video": "abi_videodrv", 32 "video": "abi_videodrv",