lxqt-qtplugin: fix cross

This commit is contained in:
Jürgen Buchmüller 2017-01-07 14:15:44 +01:00
parent 205cecfe63
commit b110363822
1 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,7 @@ pkgname=lxqt-qtplugin
version=0.11.1
revision=3
build_style=cmake
hostmakedepends="pkg-config"
hostmakedepends="pkg-config qt5-host-tools liblxqt-devel"
makedepends="lxqt-build-tools liblxqt-devel libdbusmenu-qt5-devel"
short_desc="LXQt Qt theme plugin"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
@ -11,3 +11,7 @@ license="LGPL-2.1"
homepage="http://lxqt.org/"
distfiles="https://github.com/lxde/lxqt-qtplugin/releases/download/${version}/lxqt-qtplugin-${version}.tar.xz"
checksum=20acf0b775d28a33400b2e6606835931ab7f02226175c8115562c060c39bd391
post_configure() {
find -name flags.make -exec sed -i "{}" -e"s;-isystem;-I;g" \;
}