aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-multimedia/mpv/mpv_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-multimedia/mpv/mpv_%.bbappend')
-rw-r--r--common/recipes-multimedia/mpv/mpv_%.bbappend5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/recipes-multimedia/mpv/mpv_%.bbappend b/common/recipes-multimedia/mpv/mpv_%.bbappend
deleted file mode 100644
index 45addc3c..00000000
--- a/common/recipes-multimedia/mpv/mpv_%.bbappend
+++ /dev/null
@@ -1,5 +0,0 @@
-PACKAGECONFIG_append_amdx86 = " drm gbm vdpau vaapi"
-PACKAGECONFIG_remove_amdx86 = "lua"
-
-EXTRA_OECONF_remove = "--disable-gl"
-EXTRA_OECONF_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', '--enable-gl', '--disable-gl', d)}"