blob: a51154d451f793ef071e6d4d4bc5d6ad5f799992 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# This layer contains the WIP feature/demo code only
#---------------------------------------------------
BBLAYERS =+ " \
${METADIR}/meta-agl-demo \
"
# These are the dependencies of the AGL DEMO Layer
#-------------------------------------------------
BBLAYERS =+ " \
${METADIR}/meta-qt5 \
${METADIR}/meta-gplv2 \
"
|