mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
deepin-editor: fix cross
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
5d603fd036
commit
e14a05cf6d
1 changed files with 4 additions and 0 deletions
|
@ -16,3 +16,7 @@ changelog="https://github.com/linuxdeepin/deepin-editor/blob/${version}/CHANGELO
|
|||
distfiles="https://github.com/linuxdeepin/deepin-editor/archive/${version}.tar.gz"
|
||||
checksum=8aabef5ae31f96d781dc24b27390b1dd8e28903f3f9f33e008637f6a45280159
|
||||
CXXFLAGS="-I${XBPS_CROSS_BASE}/usr/include/libdtk-2.0.6/DWidget -I${XBPS_CROSS_BASE}/usr/include/libdtk-2.0.6/DCore"
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" dtkwidget-devel"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue