From 58e08b56d581c5794ac120d20e61165032a72ab1 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 31 Mar 2026 18:55:17 +0200 Subject: [PATCH] ueberzugpp: disable opencv by default --- recipes-extended/ueberzugpp/ueberzugpp_2.9.8.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-extended/ueberzugpp/ueberzugpp_2.9.8.bb b/recipes-extended/ueberzugpp/ueberzugpp_2.9.8.bb index 342ba60..0b1b97c 100644 --- a/recipes-extended/ueberzugpp/ueberzugpp_2.9.8.bb +++ b/recipes-extended/ueberzugpp/ueberzugpp_2.9.8.bb @@ -9,9 +9,9 @@ SRC_URI = "git://github.com/jstkdng/ueberzugpp.git;protocol=https;branch=master" SRC_URI += "file://0001-CMakeLists.txt-fix-gl-egl.patch" SRCREV = "c1c76e34bac97403ed3f2f403fcf96b5cfd0b914" -DEPENDS = "openssl cli11 fmt spdlog range-v3 libvips libsixel extra-cmake-modules chafa nlohmann-json" +DEPENDS = "openssl cli11 fmt spdlog range-v3 libvips libsixel extra-cmake-modules chafa nlohmann-json tbb" -PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland x11 dbus opengl', d)} opencv" +PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland x11 dbus opengl', d)}" PACKAGECONFIG[x11] = "-DENABLE_X11=ON -DENABLE_XCB_ERRORS=ON,-DENABLE_X11=OFF -DENABLE_XCB_ERRORS=OFF,libx11 libxcb xcb-util-image xcb-util-errors" PACKAGECONFIG[wayland] = "-DENABLE_WAYLAND=ON,-DENABLE_WAYLAND=OFF,wayland wayland-native" PACKAGECONFIG[opengl] = "-DENABLE_OPENGL=ON,-DENABLE_OPENGL=OFF,virtual/egl virtual/libgl"