mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-09 04:53:04 +00:00
* otherwise the include path will miss sysroots/qemux86/usr/lib/gstreamer-1.0/include
* and build will fail like this:
In file included from /OE/build/oe-core/tmp-glibc/sysroots/qemux86/usr/include/gstreamer-1.0/gst/gstbin.h:27:0,
from /OE/build/oe-core/tmp-glibc/sysroots/qemux86/usr/include/gstreamer-1.0/gst/gst.h:35,
from /OE/build/oe-core/tmp-glibc/work/i586-oe-linux/freerdp/1.2.5+gitrAUTOINC+62da9d28c6-r0/git/channels/tsmf/client/gstreamer/tsmf_gstreamer.c:36:
/OE/build/oe-core/tmp-glibc/sysroots/qemux86/usr/include/gstreamer-1.0/gst/gstelement.h:55:27: fatal error: gst/gstconfig.h: No such file or directory
compilation terminated.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
23 lines
600 B
BlitzBasic
23 lines
600 B
BlitzBasic
# Copyright (C) 2010-2012, O.S. Systems Software Ltda.
|
|
# Released under the MIT license
|
|
|
|
include freerdp.inc
|
|
|
|
inherit gitpkgv
|
|
|
|
PV = "1.2.5+gitr${SRCPV}"
|
|
PKGV = "${GITPKGVTAG}"
|
|
|
|
EXTRA_OECMAKE += "-DBUILD_STATIC_LIBS=OFF \
|
|
-DCMAKE_POSITION_INDEPENDANT_CODE=ON \
|
|
-DWITH_MANPAGES=OFF \
|
|
"
|
|
|
|
SRCREV = "62da9d28c674814c81c245c1c7882eb0da7be76b"
|
|
SRC_URI = "git://github.com/FreeRDP/FreeRDP.git \
|
|
file://winpr-makecert-Build-with-install-RPATH.patch \
|
|
file://0001-FindGStreamer_1_0-fix-build-failure-for-new-gstreame.patch \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|