Commit 34d61991 authored by Florent Revest's avatar Florent Revest

Imports qtsensors-sensorfw-plugin and qtscenegraph-adaptation from webos-ports

parent 372b61ae
From b218234958130371232691d636b5c5af1c02ff00 Mon Sep 17 00:00:00 2001
From: Simon Busch <morphis@gravedo.de>
Date: Tue, 27 Jan 2015 16:09:00 +0100
Subject: [PATCH] Link against libEGL to satisfy runtime dependencies
Signed-off-by: Simon Busch <morphis@gravedo.de>
---
customcontext/customcontext.pro | 1 +
1 file changed, 1 insertion(+)
diff --git a/customcontext/customcontext.pro b/customcontext/customcontext.pro
index 39c993d..b1dfdd2 100644
--- a/customcontext/customcontext.pro
+++ b/customcontext/customcontext.pro
@@ -96,6 +96,7 @@ hybristexture :{
SOURCES += texture/hybristexture.cpp
HEADERS += texture/hybristexture.h
INCLUDEPATH += texture
+ LIBS += -lEGL
} else {
message("hybristexture ............: no")
--
1.7.9.5
DESCRIPTION = "System specific changes for the Qt Quick Scene Graph."
LICENSE = "LGPL-2.1 & GPL-3.0"
LIC_FILES_CHKSUM = " \
file://LICENSE.GPL;md5=d32239bcb673463ab874e80d47fae504 \
file://LICENSE.LGPL;md5=4193e7f1d47a858f6b7c0f1ee66161de \
"
PV = "5.4.0+gitr${SRCPV}"
SRCREV = "2f3c4b735da52f146d327d5e47efd12c86a5d23f"
DEPENDS = "qtbase libhybris qtwayland virtual/android-headers"
# We need to be ${MACHINE_ARCH} as we need to compile the source against a specific
# Android version we select per machine
PACKAGE_ARCH = "${MACHINE_ARCH}"
SRC_URI = " \
git://github.com/mer-hybris/qtscenegraph-adaptation \
file://0001-Link-against-libEGL-to-satisfy-runtime-dependencies.patch \
"
S = "${WORKDIR}/git"
inherit qmake5
EXTRA_QMAKEVARS_PRE += "CONFIG+=surfaceformat CONFIG+=programbinary CONFIG+=hybristexture"
FILES_${PN} += "${OE_QMAKE_PATH_PLUGINS}"
FILES_${PN}-dbg += "${OE_QMAKE_PATH_PLUGINS}/*/.debug"
SUMMARY = "Sensorfw plugin for qtsensors"
LICENSE = "LGPL-2.1 | LGPL-3.0"
LIC_FILES_CHKSUM = " \
file://LICENSE.LGPLv21;md5=cff17b12416c896e10ae2c17a64252e7 \
file://LICENSE.LGPLv3;md5=c1939be5579666be947371bc8120425f \
file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \
"
DEPENDS = "qtbase libhybris virtual/android-headers qtsensors sensorfw"
RDEPENDS_${PN} = "sensorfw"
# We're depending on libhybris so need to be MACHINE_ARCH
PACKAGE_ARCH = "${MACHINE_ARCH}"
PV = "5.4.0+git${SRCPV}"
SRCREV = "cbef089156680f6fb875246021538571ddc5600a"
inherit qmake5
SRC_URI = "git://github.com/webOS-ports/qtsensors-sensorfw-plugin;protocol=https"
S = "${WORKDIR}/git"
do_install_append() {
mv ${D}/etc/xdg ${D}${OE_QMAKE_PATH_QT_SETTINGS}
}
FILES_${PN}-dbg += " \
${OE_QMAKE_PATH_PLUGINS}/sensors/.debug \
"
FILES_${PN} += " \
${libdir} \
"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment