Skip to content

Commit

Permalink
{humble} qt-gui-cpp: Make inherit for qt5 conditional
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Woolley <[email protected]>
  • Loading branch information
robwoolley committed Jan 23, 2024
1 parent cf2f95c commit d13540f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

LICENSE = "BSD-3-Clause"

inherit qmake5_base python3native
inherit ${@bb.utils.contains('BBFILE_COLLECTIONS', 'qt5-layer', 'cmake_qt5', '', d)}

inherit python3native

# This is needed to set OE_QMAKE_PATH_EXTERNAL_HOST_BINS to resolve:
# | -- Found PythonLibs: ros2-foxy-dunfell/tmp-glibc/work/core2-64-oe-linux/qt-gui-cpp/1.0.8-1-r0/recipe-sysroot/usr/lib/libpython3.8.so (found suitable version "3.8.2", minimum required is "3.8")
Expand Down

0 comments on commit d13540f

Please sign in to comment.