diff options
| -rw-r--r-- | meta/recipes-graphics/libva/libva-initial_2.13.0.bb | 3 | ||||
| -rw-r--r-- | meta/recipes-graphics/libva/libva.inc | 6 | ||||
| -rw-r--r-- | meta/recipes-graphics/libva/libva_2.13.0.bb | 5 |
3 files changed, 9 insertions, 5 deletions
diff --git a/meta/recipes-graphics/libva/libva-initial_2.13.0.bb b/meta/recipes-graphics/libva/libva-initial_2.13.0.bb index 4c3045bc65..453096822f 100644 --- a/meta/recipes-graphics/libva/libva-initial_2.13.0.bb +++ b/meta/recipes-graphics/libva/libva-initial_2.13.0.bb | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | require libva.inc | 1 | require libva.inc |
| 2 | 2 | ||
| 3 | PACKAGECONFIG ?= "" | ||
| 4 | |||
| 3 | do_install:append () { | 5 | do_install:append () { |
| 4 | rm -f ${D}${libdir}/*.so* | 6 | rm -f ${D}${libdir}/*.so* |
| 5 | } | 7 | } |
| 8 | |||
diff --git a/meta/recipes-graphics/libva/libva.inc b/meta/recipes-graphics/libva/libva.inc index bcf9757c1a..dcdc1f378c 100644 --- a/meta/recipes-graphics/libva/libva.inc +++ b/meta/recipes-graphics/libva/libva.inc | |||
| @@ -27,3 +27,9 @@ UPSTREAM_CHECK_URI = "https://github.com/intel/libva/releases" | |||
| 27 | DEPENDS = "libdrm" | 27 | DEPENDS = "libdrm" |
| 28 | 28 | ||
| 29 | inherit meson pkgconfig | 29 | inherit meson pkgconfig |
| 30 | |||
| 31 | PACKAGECONFIG[x11] = "-Dwith_x11=yes,-Dwith_x11=no,virtual/libx11 libxext libxfixes" | ||
| 32 | PACKAGECONFIG[glx] = "-Dwith_glx=yes,-Dwith_glx=no,virtual/mesa" | ||
| 33 | |||
| 34 | PACKAGECONFIG[wayland] = "-Dwith_wayland=yes,-Dwith_wayland=no,wayland-native wayland" | ||
| 35 | |||
diff --git a/meta/recipes-graphics/libva/libva_2.13.0.bb b/meta/recipes-graphics/libva/libva_2.13.0.bb index ed2be289fc..63dc5af8f2 100644 --- a/meta/recipes-graphics/libva/libva_2.13.0.bb +++ b/meta/recipes-graphics/libva/libva_2.13.0.bb | |||
| @@ -5,11 +5,6 @@ PACKAGECONFIG ??= " \ | |||
| 5 | ${@bb.utils.filter('DISTRO_FEATURES', 'x11 wayland', d)} \ | 5 | ${@bb.utils.filter('DISTRO_FEATURES', 'x11 wayland', d)} \ |
| 6 | " | 6 | " |
| 7 | 7 | ||
| 8 | PACKAGECONFIG[x11] = "-Dwith_x11=yes,-Dwith_x11=no,virtual/libx11 libxext libxfixes" | ||
| 9 | PACKAGECONFIG[glx] = "-Dwith_glx=yes,-Dwith_glx=no,virtual/mesa" | ||
| 10 | |||
| 11 | PACKAGECONFIG[wayland] = "-Dwith_wayland=yes,-Dwith_wayland=no,wayland-native wayland" | ||
| 12 | |||
| 13 | PACKAGES =+ "${PN}-x11 ${PN}-glx ${PN}-wayland" | 8 | PACKAGES =+ "${PN}-x11 ${PN}-glx ${PN}-wayland" |
| 14 | 9 | ||
| 15 | RDEPENDS:${PN}-x11 =+ "${PN}" | 10 | RDEPENDS:${PN}-x11 =+ "${PN}" |
