summaryrefslogtreecommitdiff
path: root/recipes-graphics
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-01-14 17:24:12 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2019-03-06 19:03:44 +0100
commit301e901573ec54cfcf3afba5705d77f298a26a09 (patch)
tree3dee005aca99a5e2102ecaef6870ac1dce992dd2 /recipes-graphics
parent93439b99a8ad55844e808a37482d6500afe0b069 (diff)
libdrm bbappend: follow change to meson build system
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/drm/libdrm_%.bbappend3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-graphics/drm/libdrm_%.bbappend b/recipes-graphics/drm/libdrm_%.bbappend
index ccba7c9..01a9340 100644
--- a/recipes-graphics/drm/libdrm_%.bbappend
+++ b/recipes-graphics/drm/libdrm_%.bbappend
@@ -1,4 +1,5 @@
PACKAGES += " ${PN}-tegra"
FILES_${PN}-tegra = "${libdir}/libdrm_tegra.so.*"
-EXTRA_OECONF_append += " --enable-tegra-experimental-api"
+PACKAGECONFIG_append_tegra124 = " tegra"
+PACKAGECONFIG_append_tegra124m = " tegra"