dosbox: add PACKAGECONFIG opengl to ,ake build deterministic

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2016-10-20 21:28:03 +02:00
parent f40f7d5f63
commit 6fb3886511

View File

@@ -18,6 +18,12 @@ SRC_URI = " \
SRC_URI[md5sum] = "b9b240fa87104421962d14eee71351e8"
SRC_URI[sha256sum] = "13f74916e2d4002bad1978e55727f302ff6df3d9be2f9b0e271501bd0a938e05"
PACKAGECONFIG ??= " \
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'opengl', '', d)} \
"
PACKAGECONFIG[opengl] = "--enable-opengl,--disable-opengl,virtual/libgl"
do_install_append() {
install -d ${D}/${datadir}/applications
install -m 0644 ${WORKDIR}/*.desktop ${D}/${datadir}/applications