diff options
author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2025-01-24 14:34:51 -0700 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2025-03-30 14:16:15 -0600 |
commit | d6aa0a2230a77ec6ebb7ec4517f5457300c1d30c (patch) | |
tree | 4f6d2331621390d0ae31efdfe8949e06769899fd | |
parent | 62e5de419cbe7c3ee176be7f6b14e485fd89b312 (diff) | |
download | meta-xilinx-d6aa0a2230a77ec6ebb7ec4517f5457300c1d30c.tar.gz |
qtbase: Enable examples and other packageconfig
Enable examples and other packageconfig which is required for
packagegroup-xilinx-qt.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r-- | meta-xilinx-demos/dynamic-layers/meta-qt5/recipes-qt/qt5/qtbase_%.bbappend | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-xilinx-demos/dynamic-layers/meta-qt5/recipes-qt/qt5/qtbase_%.bbappend b/meta-xilinx-demos/dynamic-layers/meta-qt5/recipes-qt/qt5/qtbase_%.bbappend new file mode 100644 index 00000000..520b3145 --- /dev/null +++ b/meta-xilinx-demos/dynamic-layers/meta-qt5/recipes-qt/qt5/qtbase_%.bbappend | |||
@@ -0,0 +1,7 @@ | |||
1 | PACKAGECONFIG:append = " \ | ||
2 | examples \ | ||
3 | accessibility \ | ||
4 | tools \ | ||
5 | libinput \ | ||
6 | fontconfig \ | ||
7 | " | ||