fhackenberger / ktikz

KtikZ provides a nice user interface for making pictures using TikZ.
Other
348 stars 34 forks source link

Use target-arch pkg-config not local arch #35

Closed llimeht closed 5 years ago

llimeht commented 5 years ago

ktikz fails to cross build from source (i.e. build for arm64 on amd64), because it searches for poppler-qt* using the build architecture pkg-config. This patch makes it use the requested pkg-config and that's sufficient to make ktikz cross buildable.

(Patch from Helmut Grohne helmutg@debian.org as part of the cross-building / bootstrapping project)

jfmcarreira commented 5 years ago

Merged. Thank you