waylandpp: updated to 0.2.5 / added pugixml:host dependecy

This commit is contained in:
5schatten 2019-05-05 12:59:28 +02:00
parent 961f7c0e30
commit 5220391ae9

View File

@ -2,12 +2,12 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="waylandpp" PKG_NAME="waylandpp"
PKG_VERSION="0.1.6" PKG_VERSION="0.2.5"
PKG_SHA256="33d3ec385704c5545fb50d2283aabf4ef26aaaf3e416b292e650fea67c430d23" PKG_SHA256="5a4361f73d2bee65bfe54b954ce085c9bfc7bc4429ac2bdc97c10e3b84660907"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://github.com/NilsBrause/waylandpp" PKG_SITE="https://github.com/NilsBrause/waylandpp"
PKG_URL="https://github.com/NilsBrause/waylandpp/archive/$PKG_VERSION.tar.gz" PKG_URL="https://github.com/NilsBrause/waylandpp/archive/${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain waylandpp:host" PKG_DEPENDS_TARGET="toolchain pugixml:host waylandpp:host"
PKG_LONGDESC="Wayland C++ bindings" PKG_LONGDESC="Wayland C++ bindings"
PKG_CMAKE_OPTS_HOST="-DBUILD_SCANNER=ON \ PKG_CMAKE_OPTS_HOST="-DBUILD_SCANNER=ON \
@ -16,4 +16,4 @@ PKG_CMAKE_OPTS_HOST="-DBUILD_SCANNER=ON \
PKG_CMAKE_OPTS_TARGET="-DBUILD_SCANNER=OFF \ PKG_CMAKE_OPTS_TARGET="-DBUILD_SCANNER=OFF \
-DBUILD_LIBRARIES=ON \ -DBUILD_LIBRARIES=ON \
-DCMAKE_CROSSCOMPILING=ON \ -DCMAKE_CROSSCOMPILING=ON \
-DWAYLAND_SCANNERPP=$TOOLCHAIN/bin/wayland-scanner++" -DWAYLAND_SCANNERPP=${TOOLCHAIN}/bin/wayland-scanner++"