aboutsummaryrefslogtreecommitdiffstats
path: root/binding/gdbus
stat options
Period:
Authors:

Commits per author per week (path 'binding/gdbus')

AuthorW05 2025W06 2025W07 2025W08 2025Total
Total00000
ter-qt5/recipes-qt/qt5?h=sandbox/jsmoeller/qt6&id=c1e048fc05542d859115990312e0753ce2dea72e'>qt5/qtbase_%.bbappend
blob: e94ef03aed780943f8e991e842580d57087fe9b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#Enable eglfs for QT based application

FILESEXTRAPATHS_prepend := "${THISDIR}/files:"

# FIXME: Disabled as they do not apply against 5.13.2, and it is
#        unclear if they are still required for building dra7xx-evm,
#        which fails for what looks like a different reason.
#SRC_URI += " file://0001-fixed-eglfs_kms-fails-to-build.patch \
#             file://0002-fixed-invalid-conversion-from-EGLNativeDisplayType-to-void.patch \
#           "

PACKAGECONFIG_GL_append = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', ' eglfs kms gbm', '', d)}"